You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2013/08/12 05:32:48 UTC

[jira] [Created] (TEZ-354) Allow updating of payload during dag construction

Gunther Hagleitner created TEZ-354:
--------------------------------------

             Summary: Allow updating of payload during dag construction
                 Key: TEZ-354
                 URL: https://issues.apache.org/jira/browse/TEZ-354
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Gunther Hagleitner
            Assignee: Gunther Hagleitner


Since I need to call:

MultiStageMRConfToTezTranslator.translateVertexConfToTez(vertexConf, predecessorConf);

for each edge to translate the graph into a dag, it would be really helpful if I could separate creation of the vertex from setting the final payload. That way I don't have to traverse the graph multiple times.

I believe that payload is only used once submit is called, so this shouldn't be much of a problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira