You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/10/26 00:50:30 UTC

[jira] [Created] (TEZ-582) Refactor and abstract out VertexManager to enable users to plugin their own logic

Bikas Saha created TEZ-582:
------------------------------

             Summary: Refactor and abstract out VertexManager to enable users to plugin their own logic
                 Key: TEZ-582
                 URL: https://issues.apache.org/jira/browse/TEZ-582
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Bikas Saha
            Assignee: Bikas Saha


VertexManager is the logical module that manages dynamic vertex state such as its concurrency and its connections with other vertices. Users are expected to be able to plug in their logic into the VertexManager in order to customize the graph to meet their needs. Currently, VertexManager is not abstracted out in a manner that allows users to write their plugin code without understanding internal code details of the Tez AM. Fixing this will enable interesting customizations to happen in the external community of Tez users.



--
This message was sent by Atlassian JIRA
(v6.1#6144)