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 Weise (JIRA)" <ji...@apache.org> on 2016/10/25 21:49:58 UTC

[jira] [Created] (BEAM-831) ParDo Chaining

Thomas Weise created BEAM-831:
---------------------------------

             Summary: ParDo Chaining
                 Key: BEAM-831
                 URL: https://issues.apache.org/jira/browse/BEAM-831
             Project: Beam
          Issue Type: Improvement
          Components: runner-apex
            Reporter: Thomas Weise


Current state of Apex runner creates a plan that will place each operator in a separate container (which would be processes when running on a YARN cluster). Often the ParDo operators can be collocated in same thread or container. Use Apex affinity/stream locality attributes for more efficient execution plan.  



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