We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1332226 commit 357d65dCopy full SHA for 357d65d
uristat/uristat-common/src/main/pinot/pinot-uriStat-realtime-table.json
@@ -29,6 +29,16 @@
29
"stream.kafka.consumer.prop.auto.offset.reset": "smallest"
30
}
31
},
32
+ "task": {
33
+ "taskTypeConfigsMap": {
34
+ "RealtimeToOfflineSegmentsTask": {
35
+ "bucketTimePeriod": "4h",
36
+ "bufferTimePeriod": "12h",
37
+ "schedule": "0 0 * * * ?",
38
+ "maxNumRecordsPerSegment": "1000000"
39
+ }
40
41
+ },
42
"metadata": {
43
44
0 commit comments