[ 
https://issues.apache.org/jira/browse/TEZ-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883593#comment-13883593
 ] 

Bikas Saha commented on TEZ-749:
--------------------------------

Thanks for the patch. Patch looks good. One thing to check would be running any 
of the e2e TestMRR* or a single node wordcount/orderedwordcount and checking 
that the ordering is maintained in the vertex indexes created by the 
DAGAppMaster too. Should work but worth double checking since that was the end 
goal for this jira.

> 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 Saha
>            Assignee: Jonathan Eagles
>              Labels: newbie
>         Attachments: TEZ-749.patch
>
>
> Vertices 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)

Reply via email to