Merge pull request #1737 from gianm/hadoopyString-docs

Docs: Suggest hadoopyString parser for Hadoop.
This commit is contained in:
Himanshu 2015-09-16 13:30:15 -05:00
commit 2ccd0a11c7
1 changed files with 2 additions and 2 deletions

View File

@ -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" : {