You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Peng Zhang (JIRA)" <ji...@apache.org> on 2015/09/30 08:17:04 UTC

[jira] [Updated] (MAPREDUCE-6498) ClientServiceDelegate should not retry upon AccessControlException

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

Peng Zhang updated MAPREDUCE-6498:
----------------------------------
    Attachment: MAPREDUCE-6498.1.patch

> 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.3.4#6332)