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

ClientServiceDelegate should not retry upon AccessControlException

    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

          People

            peng.zhang Peng Zhang
            peng.zhang Peng Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: