Merge pull request #1405 from himanshug/fix_doc

in batch ingestion metadataUpdateSpec->type is derby, mysql etc
This commit is contained in:
Fangjin Yang 2015-05-29 20:42:21 -07:00
commit 39c55b417e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ The spec\_file is a path to a file that contains JSON and an example looks like:
"paths" : "/MyDirectory/examples/indexing/wikipedia_data.json"
},
"metadataUpdateSpec" : {
"type":"metadata",
"type":"mysql",
"connectURI" : "jdbc:metadata storage://localhost:3306/druid",
"password" : "diurd",
"segmentTable" : "druid_segments",