Class SparkRunnerDebugger.DebugSparkPipelineResult

  • All Implemented Interfaces:
    org.apache.beam.sdk.PipelineResult
    Enclosing class:
    SparkRunnerDebugger

    public static class SparkRunnerDebugger.DebugSparkPipelineResult
    extends SparkPipelineResult
    PipelineResult of running a Pipeline using SparkRunnerDebugger Use getDebugString() to get a String representation of the Pipeline translated into Spark native operations.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.beam.sdk.PipelineResult

        org.apache.beam.sdk.PipelineResult.State
    • Method Detail

      • awaitTermination

        protected org.apache.beam.sdk.PipelineResult.State awaitTermination​(org.joda.time.Duration duration)
                                                                     throws java.util.concurrent.TimeoutException,
                                                                            java.util.concurrent.ExecutionException,
                                                                            java.lang.InterruptedException
        Specified by:
        awaitTermination in class SparkPipelineResult
        Throws:
        java.util.concurrent.TimeoutException
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException