You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Groh (JIRA)" <ji...@apache.org> on 2017/12/13 00:52:00 UTC

[jira] [Created] (BEAM-3337) Create an Executable Graph representation in the Universal Local Runner

Thomas Groh created BEAM-3337:
---------------------------------

             Summary: Create an Executable Graph representation in the Universal Local Runner
                 Key: BEAM-3337
                 URL: https://issues.apache.org/jira/browse/BEAM-3337
             Project: Beam
          Issue Type: Bug
          Components: runner-core
            Reporter: Thomas Groh


This represents the entirety of a Pipeline, divided into executable stages which are executed in either the runner or within a user container. This representation must include the ports over which the SDK harness communicates to the runner.

The construction of this graph likely includes most of the nodes present within the Runner API graph (PTransform and PCollection), but injects additional nodes to represent a remote read or write between harnesses.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)