Class Twister2TestRunner

java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.twister2.Twister2TestRunner

public class Twister2TestRunner extends PipelineRunner<PipelineResult>
A PipelineRunner that executes the operations in the pipeline by first translating them to a Twister2 Plan and then executing them either locally or on a Twister2 cluster, depending on the configuration. This is used for testing the Twister2 runner