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 06:02:04 UTC

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

Peng Zhang created MAPREDUCE-6498:
-------------------------------------

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


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)