Package org.apache.beam.runners.spark
Class SparkPipelineRunner
java.lang.Object
org.apache.beam.runners.spark.SparkPipelineRunner
- All Implemented Interfaces:
 PortablePipelineRunner
Runs a portable pipeline on Apache Spark.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method to be called only as the entry point to an executable jar with structure as defined inPortablePipelineJarUtils. 
- 
Constructor Details
- 
SparkPipelineRunner
 
 - 
 - 
Method Details
- 
run
public PortablePipelineResult run(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline, JobInfo jobInfo) - Specified by:
 runin interfacePortablePipelineRunner
 - 
main
Main method to be called only as the entry point to an executable jar with structure as defined inPortablePipelineJarUtils.- Throws:
 Exception
 
 -