org.apache.hadoop.security.AccessControlException should show full path on error --------------------------------------------------------------------------------
Key: HDFS-1048 URL: https://issues.apache.org/jira/browse/HDFS-1048 Project: Hadoop HDFS Issue Type: Improvement Reporter: Allen Wittenauer The error message generated by org.apache.hadoop.security.AccessControlException is somewhat useless in that it only shows the first directory and not the full path. For example: org.apache.hadoop.security.AccessControlException: Permission denied: user=pymk, access=WRITE, inode="_join.temporary":hadoop:hadoop:rwxr-xr-x Where is this mysterious _join.temporary directory? If the full dir path was given, this error would be much more useful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.