mirror of https://github.com/apache/druid.git
fixed missing gz extension from wikiticker json sample (#5194)
This commit is contained in:
parent
3d3b04e1b8
commit
0ebfb3fbb0
|
@ -5,7 +5,7 @@
|
|||
"type" : "hadoop",
|
||||
"inputSpec" : {
|
||||
"type" : "static",
|
||||
"paths" : "quickstart/wikiticker-2015-09-12-sampled.json"
|
||||
"paths" : "quickstart/wikiticker-2015-09-12-sampled.json.gz"
|
||||
}
|
||||
},
|
||||
"dataSchema" : {
|
||||
|
|
Loading…
Reference in New Issue