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

Junping Du updated MAPREDUCE-6498:
----------------------------------
    Target Version/s: 2.8.3  (was: 2.8.1)

> ClientServiceDelegate should not retry upon AccessControlException
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6498
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6498
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Peng Zhang
>            Assignee: Peng Zhang
>         Attachments: MAPREDUCE-6498.1.patch
>
>
> MapReduce client will retry forever when remote AM throw 
> AccessControlException: 
> {code:title=MRClientService.java}
>       if (job != null && !job.checkAccess(ugi, accessType)) {
>         throw new AccessControlException("User " + ugi.getShortUserName()
>             + " cannot perform operation " + accessType.name() + " on "
>             + jobID);
>       }
> {code}
> This issue is similar to MAPREDUCE-6285 which only handled 
> {{AuthenticationException}} subclass of {{AccessControlException}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to