Rohini Palaniswamy created TEZ-3385:
---------------------------------------
Summary: DAGClient API should be accessible outside of DAG
submission
Key: TEZ-3385
URL: https://issues.apache.org/jira/browse/TEZ-3385
Project: Apache Tez
Issue Type: New Feature
Reporter: Rohini Palaniswamy
In PIG-4958, I had to resort to
DAGClient client = new DAGClientImpl(appId, dagID, new TezConfiguration(conf),
null);
This is not good as DAGClientImpl is a internal class and not something users
should be referring to. Tez needs to have an API to give DAGClient given the
appId, dagID and configuration. This is something basic like
JobClient.getJob(String jobID).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)