Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- depends upon
-
TEZ-135 Let there be hive
- Closed