Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-448

DistributedFileSystem uses the wrong user.name to set the working directory.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      DistributedFileSystem initializes the working directory to be new Path("/user", System.getProperty("user.name")); rather than new Path("/user", conf.get("user.name")); the initialization would have to be moved to the constructor to access conf.

      If relative paths are used, the remote tasks and JobTracker will use the uid they are running with rather than the id of the user that submitted the job.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              breed Benjamin Reed
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: