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 "Sameer Paranjpye (JIRA)" <ji...@apache.org> on 2006/09/28 22:20:53 UTC

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

     [ http://issues.apache.org/jira/browse/HADOOP-448?page=all ]

Sameer Paranjpye updated HADOOP-448:
------------------------------------

    Component/s: dfs

> DistributedFileSystem uses the wrong user.name to set the working directory.
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-448
>                 URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira