You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/07/28 23:51:20 UTC

[jira] [Created] (TEZ-3385) DAGClient API should be accessible outside of DAG submission

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)