[
https://issues.apache.org/jira/browse/TEZ-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877064#comment-13877064
]
Bikas Saha commented on TEZ-724:
--------------------------------
Took a quick look. Looks fine. Will see the final patch again.
Minor comments. We shouldnt mark these as private. They are there so that users
can traverse the DAG that they have created. Pig uses these methods.
{code}+ @Private
public Vertex getInputVertex() {
return inputVertex;
}
+ @Private
public Vertex getOutputVertex() {
return outputVertex;
}
+ @Private
public EdgeProperty getEdgeProperty() {
return edgeProperty;
}
- {code}
> DAG API to specify and add a custom data movement edge
> ------------------------------------------------------
>
> Key: TEZ-724
> URL: https://issues.apache.org/jira/browse/TEZ-724
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Bikas Saha
> Assignee: Siddharth Seth
> Attachments: TEZ-724.wip.1.txt
>
>
> We will need a CUSTOM data movement type enum. Also, optionally, a user
> should be able to specify a custom edge manager to route using custom logic.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)