You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/10/23 23:15:51 UTC

[jira] Resolved: (HADOOP-448) DistributedFileSystem uses the wrong user.name to set the working directory.

     [ https://issues.apache.org/jira/browse/HADOOP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley resolved HADOOP-448.
----------------------------------

    Resolution: Duplicate
      Assignee:     (was: Sameer Paranjpye)

I think this was resolved when we moved the split generation to the client.

> DistributedFileSystem uses the wrong user.name to set the working directory.
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-448
>                 URL: https://issues.apache.org/jira/browse/HADOOP-448
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Benjamin Reed
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.