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

Xuan Gong commented on MAPREDUCE-4918:
--------------------------------------

There are two place using ancestorsHaveExecutePermissions.
sudo find . -name '*.java' -print0 | xargs -0 grep -l 
'ancestorsHaveExecutePermissions'
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/filecache/ClientDistributedCacheManager.java
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/FSDownload.java

                
> Better error message in 
> TrackerDistributedCacheManager.ancestorsHaveExecutePermissions
> --------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4918
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4918
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Xuan Gong
>            Priority: Minor
>
> Better logging/error message in 
> TrackerDistributedCacheManager.ancestorsHaveExecutePermissions should help 
> debugging (e.g. MAPREDUCE-4916). We should log the offending parent directory 
> with the incorrect permissions.

--
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