mirror of https://github.com/apache/druid.git
Merge pull request #1737 from gianm/hadoopyString-docs
Docs: Suggest hadoopyString parser for Hadoop.
This commit is contained in:
commit
2ccd0a11c7
|
@ -29,7 +29,7 @@ The spec\_file is a path to a file that contains JSON and an example looks like:
|
||||||
"dataSchema" : {
|
"dataSchema" : {
|
||||||
"dataSource" : "wikipedia",
|
"dataSource" : "wikipedia",
|
||||||
"parser" : {
|
"parser" : {
|
||||||
"type" : "string",
|
"type" : "hadoopyString",
|
||||||
"parseSpec" : {
|
"parseSpec" : {
|
||||||
"format" : "json",
|
"format" : "json",
|
||||||
"timestampSpec" : {
|
"timestampSpec" : {
|
||||||
|
@ -336,7 +336,7 @@ The schema of the Hadoop Index Task contains a task "type" and a Hadoop Index Co
|
||||||
"dataSchema" : {
|
"dataSchema" : {
|
||||||
"dataSource" : "wikipedia",
|
"dataSource" : "wikipedia",
|
||||||
"parser" : {
|
"parser" : {
|
||||||
"type" : "string",
|
"type" : "hadoopyString",
|
||||||
"parseSpec" : {
|
"parseSpec" : {
|
||||||
"format" : "json",
|
"format" : "json",
|
||||||
"timestampSpec" : {
|
"timestampSpec" : {
|
||||||
|
|
Loading…
Reference in New Issue