You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the feature in #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
Expand the feature in #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 asSparkSegmentGenerationJobRunner
.While also optionally adding integration tests coverage.
The text was updated successfully, but these errors were encountered: