You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pei He (JIRA)" <ji...@apache.org> on 2016/07/12 22:06:20 UTC

[jira] [Created] (BEAM-444) Promote isBlockOnRun() to PipelineOptions.

Pei He created BEAM-444:
---------------------------

             Summary: Promote isBlockOnRun() to PipelineOptions.
                 Key: BEAM-444
                 URL: https://issues.apache.org/jira/browse/BEAM-444
             Project: Beam
          Issue Type: New Feature
            Reporter: Pei He
            Assignee: Pei He


Currently, blockOnRun is implemented in different ways by runners.
DirectRunner did blockOnRun based on DirectOptions.isBlockOnRun.
Dataflow have a separate BlockingDataflowRunner.
Flink and Spark runners might or might not block depends on their implementation on run().

I think DirectRunner's approach is the right way to go, and isBlockOnRun options need to be promoted to the general PipelineOptions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)