mirror of https://github.com/apache/druid.git
fixed typo in task spec
This commit is contained in:
parent
a64be537a5
commit
5eacd97239
|
@ -215,7 +215,7 @@ The schema of the Hadoop Index Task contains a task "type" and a Hadoop Index Co
|
|||
"type" : "static",
|
||||
"paths" : "data.json"
|
||||
},
|
||||
"targetPartitionSi:qze" : 5000000,
|
||||
"targetPartitionSize" : 5000000,
|
||||
"rollupSpec" : {
|
||||
"aggs": [{
|
||||
"type" : "count",
|
||||
|
|
Loading…
Reference in New Issue