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

Remove references to stagingDir from DAG App master

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None

    Description

      In DAGImpl there is reference to stagingDir which has likely come in from MR. There should be no reason to have a dependency on some staging dir in the DAG AM.

            String user =
              UserGroupInformation.getCurrentUser().getShortUserName();
            Path path = DAGApps.getStagingAreaDir(job.conf, user);
            if(LOG.isDebugEnabled()) {
              LOG.debug("startJobs: parent=" + path + " child=" + dagIdString);
            }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bikassaha Bikas Saha
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: