Description
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.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-2514 Trash and permissions don't mix
- Closed