Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-10212

Create separate configuration for max global AM attempts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0, 3.2.2, 3.1.4, 2.10.1, 3.4.0
    • 3.3.0, 3.2.2, 3.1.4, 2.10.1, 3.4.0
    • am
    • None

    Description

      Right now user's default max AM attempts is set to the same as global max AM attempts:

      int globalMaxAppAttempts = conf.getInt(YarnConfiguration.RM_AM_MAX_ATTEMPTS,
          YarnConfiguration.DEFAULT_RM_AM_MAX_ATTEMPTS); 

      If we want to increase global max AM attempts, it will also increase the default. So we should create a separate global AM max attempts config to separate the two.

      Attachments

        1. YARN-10212.001.patch
          7 kB
          Bilwa S T
        2. YARN-10212.002.patch
          10 kB
          Bilwa S T
        3. YARN-10212.003.patch
          12 kB
          Bilwa S T
        4. YARN-10212.004.patch
          12 kB
          Bilwa S T

        Activity

          People

            BilwaST Bilwa S T
            jhung Jonathan Hung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: