[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu Joseph reassigned MAPREDUCE-7145:
----------------------------------------

    Assignee: Prabhu Joseph

> Improve ShuffleHandler Logging
> ------------------------------
>
>                 Key: MAPREDUCE-7145
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7145
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.7.3
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Major
>
> ShuffleHandler logs SpillFile not found when there is a permission denied 
> issue which is misleading.
> {code}
>  try {
>         spill = SecureIOUtils.openForRandomRead(spillfile, "r", user, null);
>       } catch (FileNotFoundException e) {
>         LOG.info(spillfile + " not found");
>         return null;
> }
> {code}
> SecureIOUtils.openForRandomRead should log  "Permission denied" or  "No such 
> file or directory" instead of generic "file not found"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to