From b29cbf97a6955d854bc0da087650f83e248f11c4 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 16 Sep 2015 10:19:15 -0700 Subject: [PATCH] Docs: Suggest hadoopyString parser for Hadoop. --- docs/content/ingestion/batch-ingestion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/ingestion/batch-ingestion.md b/docs/content/ingestion/batch-ingestion.md index 0dbc27e3e77..027230a1bd3 100644 --- a/docs/content/ingestion/batch-ingestion.md +++ b/docs/content/ingestion/batch-ingestion.md @@ -29,7 +29,7 @@ The spec\_file is a path to a file that contains JSON and an example looks like: "dataSchema" : { "dataSource" : "wikipedia", "parser" : { - "type" : "string", + "type" : "hadoopyString", "parseSpec" : { "format" : "json", "timestampSpec" : { @@ -336,7 +336,7 @@ The schema of the Hadoop Index Task contains a task "type" and a Hadoop Index Co "dataSchema" : { "dataSource" : "wikipedia", "parser" : { - "type" : "string", + "type" : "hadoopyString", "parseSpec" : { "format" : "json", "timestampSpec" : {