Update Druid spec
This commit is contained in:
parent
1c2ff41b56
commit
44d6d90325
|
@ -13,7 +13,8 @@
|
||||||
"useEarliestOffset": true
|
"useEarliestOffset": true
|
||||||
},
|
},
|
||||||
"tuningConfig": {
|
"tuningConfig": {
|
||||||
"type": "kafka"
|
"type": "kafka",
|
||||||
|
"maxTotalRows": 250000
|
||||||
},
|
},
|
||||||
"dataSchema": {
|
"dataSchema": {
|
||||||
"dataSource": "main",
|
"dataSource": "main",
|
||||||
|
@ -79,7 +80,7 @@
|
||||||
"granularitySpec": {
|
"granularitySpec": {
|
||||||
"queryGranularity": "none",
|
"queryGranularity": "none",
|
||||||
"rollup": false,
|
"rollup": false,
|
||||||
"segmentGranularity": "week"
|
"segmentGranularity": "year"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue