Description
S3 move to trash currently relies upon System.getProperty(user.name). Instead, it should be relying on the current UGI to figure out the username.
getHomeDirectory needs to be overridden to use UGI instead of System.getProperty
Attachments
Issue Links
- relates to
-
HADOOP-16026 Replace incorrect use of system property user.name
- Resolved