Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6498

ClientServiceDelegate should not retry upon AccessControlException

Add voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      MapReduce client will retry forever when remote AM throw AccessControlException:

      MRClientService.java
            if (job != null && !job.checkAccess(ugi, accessType)) {
              throw new AccessControlException("User " + ugi.getShortUserName()
                  + " cannot perform operation " + accessType.name() + " on "
                  + jobID);
            }
      

      This issue is similar to MAPREDUCE-6285 which only handled AuthenticationException subclass of AccessControlException.

      Attachments

        1. MAPREDUCE-6498.1.patch
          7 kB
          Peng Zhang

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            peng.zhang Peng Zhang
            peng.zhang Peng Zhang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment