Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-3385

DAGClient API should be accessible outside of DAG submission

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rohini Rohini Palaniswamy
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: