Alice
07/06/2022, 2:46 AM"taskTypeConfigsMap": {
"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "1h",
"bufferTimePeriod": "6h",
"schedule": "0 0 0/2 * * ?",
"roundBucketTimePeriod": "1m",
"mergeType": "rollup",
"value.aggregationType": "max",
"maxNumRecordsPerSegment": "2000000"
}
}
Mayank
Alice
07/06/2022, 6:56 AMLaxman Ch
07/06/2022, 8:16 AM3 segments should have the same start timestamp and end timestampNeed not be. This start_time and end_time in segment name is determined by the timestamp of the first event and last event in that segment.
Alice
07/06/2022, 8:42 AM