bdstuart commented on issue #8014:
URL: https://github.com/apache/pinot/issues/8014#issuecomment-1204592828
Here is the relevant portion of the configuration:
"taskTypeConfigsMap": {
"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "1d",
"bufferTimePeriod": "1d",
"roundBucketTimePeriod": "1d",
"mergeType": "rollup",
"user_raw_risk_score.aggregationType": "max",
"user_risk_score.aggregationType": "max",
"user_threat_score.aggregationType": "max",
"maxNumRecordsPerSegment": "5000000",
"schedule": "$REALTIME_TO_OFFLINE_SEGMENT_TASK_SCHEDULE"
}
The process has worked when we had a smaller number of records, around 18m.
It created 4 segments as expected. 3 w/ 5m and 1 w/ the rest.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]