Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-11652 [Umbrella] Follow-up after YARN-10888/YARN-10889
  3. YARN-10886

Cluster based and parent based max capacity in Capacity Scheduler

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      We want to introduce the percentage modes relative to the cluster, not the parent, i.e
      The property root.users.maximum-capacity will mean one of the following things:

      Either Parent Percentage: maximum capacity relative to its parent. If it’s set to 50, then it means that the capacity is capped with respect to the parent. This can be covered by the current format, no change there.
      Or Cluster Percentage: maximum capacity expressed as a percentage of the overall cluster capacity. This case is the new scenario, for example:
      yarn.scheduler.capacity.root.users.max-capacity = c:50%
      yarn.scheduler.capacity.root.users.max-capacity = c:50%, c:30%

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              snemeth Szilard Nemeth
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: