mirror of https://github.com/apache/druid.git
Quickstart: Use hadoopyString for batch indexing instead of string. (#3263)
This commit is contained in:
parent
47894c4eff
commit
50db86cb17
|
@ -17,7 +17,7 @@
|
||||||
"intervals" : ["2015-09-12/2015-09-13"]
|
"intervals" : ["2015-09-12/2015-09-13"]
|
||||||
},
|
},
|
||||||
"parser" : {
|
"parser" : {
|
||||||
"type" : "string",
|
"type" : "hadoopyString",
|
||||||
"parseSpec" : {
|
"parseSpec" : {
|
||||||
"format" : "json",
|
"format" : "json",
|
||||||
"dimensionsSpec" : {
|
"dimensionsSpec" : {
|
||||||
|
|
Loading…
Reference in New Issue