in batch ingestion metadataUpdateSpec->type is derby, mysql etc and not metadata

This commit is contained in:
Himanshu Gupta 2015-05-29 22:16:18 -05:00
parent 24306d20b6
commit be4ecc4b91
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",