Bikas Saha created TEZ-749:
------------------------------
Summary: Maintain order of vertices as specified by the user
Key: TEZ-749
URL: https://issues.apache.org/jira/browse/TEZ-749
Project: Apache Tez
Issue Type: Bug
Reporter: Bikas SahaVertices in the dag should have the same order as when they were added by the user. So if the user does dag.addVertex(va).addVertex(vb) then va should have id 0 and vb should have id 1. -- This message was sent by Atlassian JIRA (v6.1.5#6160)
