From be4ecc4b910427eede825757dec6c12fdd95199a Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Fri, 29 May 2015 22:16:18 -0500 Subject: [PATCH] in batch ingestion metadataUpdateSpec->type is derby, mysql etc and not metadata --- docs/content/ingestion/batch-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/batch-ingestion.md b/docs/content/ingestion/batch-ingestion.md index 577321672ba..af34744e9b1 100644 --- a/docs/content/ingestion/batch-ingestion.md +++ b/docs/content/ingestion/batch-ingestion.md @@ -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",