Young Seok (Tony) Kim
07/18/2022, 11:14 PMEaugene Thomas
07/19/2022, 6:05 AMYarden Rokach
Yarden Rokach
Priyank Bagrecha
07/20/2022, 8:30 PMPriyank Bagrecha
07/20/2022, 8:35 PMYoung Seok (Tony) Kim
07/20/2022, 10:55 PMXiang Fu
<http://apahce.org|apahce.org>
domain that we are fixingXiang Fu
Young Seok (Tony) Kim
07/20/2022, 10:57 PMSudharsan Kannan
07/21/2022, 3:58 AMMohit S
07/22/2022, 11:05 AMorg.apache.pinot.spi.stream.StreamMessageDecoder
. Any reference code example would be helpful?Tim Berglund
Tim Berglund
Tim Berglund
Tim Berglund
Tim Berglund
Sukesh Boggavarapu
07/26/2022, 9:42 PMSukesh Boggavarapu
07/26/2022, 9:43 PMRealtimeToOfflineSegmentsTask
will generate segments from my real time table and create offline segments.Sukesh Boggavarapu
07/26/2022, 9:43 PM"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "1h",
"bufferTimePeriod": "2h",
"roundBucketTimePeriod": "1m",
"mergeType": "rollup",
"revenue.aggregationType": "sum",
"maxNumRecordsPerSegment": "100000"
}
Sukesh Boggavarapu
07/26/2022, 9:44 PMhourly rollup
and gets added to my offline table of the hybrid tables.Sukesh Boggavarapu
07/26/2022, 9:44 PMRealtimeToOfflineSegmentsTask
?Sukesh Boggavarapu
07/26/2022, 9:45 PMMergeRollupTask
in the offline table?Sukesh Boggavarapu
07/26/2022, 9:45 PM"MergeRollupTask": {
"1hour.mergeType": "rollup",
"1hour.bucketTimePeriod": "1h",
"1hour.bufferTimePeriod": "3h",
"1hour.maxNumRecordsPerSegment": "1000000",
"1hour.maxNumRecordsPerTask": "5000000",
"1hour.maxNumParallelBuckets": "5",
"1day.mergeType": "rollup",
"1day.bucketTimePeriod": "1d",
"1day.bufferTimePeriod": "1d",
"1day.roundBucketTimePeriod": "1d",
"1day.maxNumRecordsPerSegment": "1000000",
"1day.maxNumRecordsPerTask": "5000000",
"metricColA.aggregationType": "sum",
"metricColB.aggregationType": "max"
}
Sukesh Boggavarapu
07/26/2022, 9:46 PMSukesh Boggavarapu
07/26/2022, 9:46 PMRealtimeToOfflineSegmentsTask
and MergeRollupTask
?Sukesh Boggavarapu
07/26/2022, 9:46 PMMugdha Goel
07/27/2022, 3:18 PMSukesh Boggavarapu
07/28/2022, 12:27 AMRealtimeToOfflineSegmentsTask
/ MergeRollupTask
if we ever want to?Sukesh Boggavarapu
07/28/2022, 12:28 AMMergeRollupTask
would match with the segment names created by the offline batch ingestion job.