You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/07 18:19:15 UTC

[GitHub] [pinot] yuanbenson opened a new issue, #9342: Enable Consistent Data Push on Ingestion Jobs for REFRESH use case (Spark & Hadoop)

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: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] yuanbenson commented on issue #9342: Enable Consistent Data Push on Ingestion Jobs for REFRESH use case (Spark & Hadoop)

Posted by GitBox <gi...@apache.org>.
yuanbenson commented on issue #9342:
URL: https://github.com/apache/pinot/issues/9342#issuecomment-1239726166

   #7813


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org