Package org.apache.beam.runners.spark
Class SparkJobInvoker
- java.lang.Object
-
- org.apache.beam.runners.jobsubmission.JobInvoker
-
- org.apache.beam.runners.spark.SparkJobInvoker
-
public class SparkJobInvoker extends org.apache.beam.runners.jobsubmission.JobInvokerCreates 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 SparkJobInvokercreate(SparkJobServerDriver.SparkServerConfiguration configuration)protected org.apache.beam.runners.jobsubmission.JobInvocationinvokeWithExecutor(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)
-
-
-
Method Detail
-
create
public static SparkJobInvoker create(SparkJobServerDriver.SparkServerConfiguration configuration)
-
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:
invokeWithExecutorin classorg.apache.beam.runners.jobsubmission.JobInvoker
-
-