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 "Kevin Odell (JIRA)" <ji...@apache.org> on 2014/02/10 18:54:19 UTC

[jira] [Created] (HADOOP-10334) make user home directory customizable

Kevin Odell created HADOOP-10334:
------------------------------------

             Summary: make user home directory customizable
                 Key: HADOOP-10334
                 URL: https://issues.apache.org/jira/browse/HADOOP-10334
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs
    Affects Versions: 2.2.0
            Reporter: Kevin Odell
            Priority: Minor


The path is currently hardcoded:
public Path getHomeDirectory() {
    return makeQualified(new Path("/user/" + dfs.ugi.getShortUserName()));
  }

It would be nice to have that as a customizable value.  

Thank you



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)