[ https://issues.apache.org/jira/browse/HADOOP-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated HADOOP-2567: --------------------------------- Attachment: HADOOP-2567-1.patch Fix a test case that assumed getWorkingDir() was not fully qualified. Note that because of this change (working dirs are now fully qualified) this change should probably be included in the "incompatible" section. > add FileSystem#getHomeDirectory() method > ---------------------------------------- > > Key: HADOOP-2567 > URL: https://issues.apache.org/jira/browse/HADOOP-2567 > Project: Hadoop > Issue Type: New Feature > Components: fs > Reporter: Doug Cutting > Assignee: Doug Cutting > Fix For: 0.16.0 > > Attachments: HADOOP-2567-1.patch, HADOOP-2567.patch > > > The FileSystem API would benefit from a getHomeDirectory() method. > The default implementation would return "/user/$USER/". > RawLocalFileSystem would return System.getProperty("user.home"). > HADOOP-2514 can use this to implement per-user trash. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.