Class SparkJobInvoker


  • public class SparkJobInvoker
    extends org.apache.beam.runners.jobsubmission.JobInvoker
    Creates a job invocation to manage the Spark runner's execution of a portable pipeline.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SparkJobInvoker create​(SparkJobServerDriver.SparkServerConfiguration configuration)  
      protected org.apache.beam.runners.jobsubmission.JobInvocation invokeWithExecutor​(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline, org.apache.beam.vendor.grpc.v1p60p1.com.google.protobuf.Struct options, @Nullable java.lang.String retrievalToken, org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.ListeningExecutorService executorService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invokeWithExecutor

        protected org.apache.beam.runners.jobsubmission.JobInvocation invokeWithExecutor​(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline,
                                                                                         org.apache.beam.vendor.grpc.v1p60p1.com.google.protobuf.Struct options,
                                                                                         @Nullable java.lang.String retrievalToken,
                                                                                         org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.ListeningExecutorService executorService)
        Specified by:
        invokeWithExecutor in class org.apache.beam.runners.jobsubmission.JobInvoker