public class SparkPipelineRunner extends java.lang.Object implements PortablePipelineRunner
| Constructor and Description | 
|---|
| SparkPipelineRunner(SparkPipelineOptions pipelineOptions) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args)Main method to be called only as the entry point to an executable jar with structure as defined
 in  PortablePipelineJarUtils. | 
| PortablePipelineResult | run(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline,
   JobInfo jobInfo) | 
public SparkPipelineRunner(SparkPipelineOptions pipelineOptions)
public PortablePipelineResult run(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline, JobInfo jobInfo)
run in interface PortablePipelineRunnerpublic static void main(java.lang.String[] args)
                 throws java.lang.Exception
PortablePipelineJarUtils.java.lang.Exception