[ 
https://issues.apache.org/jira/browse/HADOOP-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771260#comment-13771260
 ] 

Andrew Wang commented on HADOOP-9929:
-------------------------------------

Patch looks good to me, but needs to be rebased a bit since we reverted 
HADOOP-9877.

+1 pending rebase and Jenkins.
                
> Insufficient permissions for a path reported as file not found
> --------------------------------------------------------------
>
>                 Key: HADOOP-9929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9929
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.3.0
>            Reporter: Jason Lowe
>            Assignee: Colin Patrick McCabe
>         Attachments: HADOOP-9929.001.patch
>
>
> Using "hadoop fs -ls" to list a path where the permissions of a parent 
> directory are insufficient ends up reporting "no such file or directory" on 
> the full path rather than reporting the permission issue.  For example:
> {noformat}
> $ hadoop fs -ls /user/abc/tests/data
> ls: `/user/abc/tests/data': No such file or directory
> $ hadoop fs -ls /user/abc
> ls: Permission denied: user=somebody, access=READ_EXECUTE, 
> inode="/user/abc":abc:hdfs:drwx------
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to