Class PrismRunner

java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.prism.PrismRunner

public class PrismRunner extends PipelineRunner<PipelineResult>
A PipelineRunner executed on Prism. Downloads, prepares, and executes the Prism service on behalf of the developer when PipelineRunner.run(org.apache.beam.sdk.Pipeline)ning the pipeline. If users want to submit to an already running Prism service, use the PortableRunner with the PortablePipelineOptions.getJobEndpoint() option instead. Prism is a PortableRunner maintained at sdks/go/cmd/prism. For testing, use TestPrismRunner.