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

Deprecate ability to not cancel tokens when job completes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.23.0, 2.0.0-alpha, 3.0.0-alpha1
    • None
    • job submission
    • None

    Description

      MR provides a config mapreduce.job.complete.cancel.delegation.tokens and an api Job#setCancelDelegationTokenUponJobCompletion to disable canceling tokens when a job completes. This functionality appears to only be a workaround for the RM's inability to track tokens are being used by multiple apps. Hence, w/o this setting, oozie & pig jobs will fail after the first sub-job completes and the tokens are cancelled.

      YARN-503 properly tracks tokens used by multiple jobs, which likely negates the need to specify not canceling tokens.

      Attachments

        Issue Links

          Activity

            People

              daryn Daryn Sharp
              daryn Daryn Sharp
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: