yuanbenson opened a new issue, #9342: URL: https://github.com/apache/pinot/issues/9342
Expand the feature in https://github.com/apache/pinot/issues/9268 from standalone mode only to Spark and Hadoop as well. This entail extending `BaseSegmentPushJobRunner` for the following: For Spark 2.4/3.2 `SparkSegmentMetadataPushJobRunner` `SparkSegmentTarPushJobRunner` `SparkSegmentUriPushJobRunner` `HadoopSegmentMetadataPushJobRunner` `HadoopSegmentTarPushJobRunner` `HadoopSegmentUriPushJobRunner` Adding postfix configuration in `HadoopSegmentGenerationJobRunner` as well as `SparkSegmentGenerationJobRunner`. While also optionally adding integration tests coverage. -- 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]
