Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-5397 [Umbrella] Usability improvements in FairScheduler
  3. YARN-6941

Allow Queue placement policies to be ordered by attribute

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • fairscheduler
    • None

    Description

      It would be nice to add a feature that would allow users to provide an "order" or "index" the placement policies should apply, rather than just the native policy order as included in the XML.
      For instance, the following two examples would be the same:
      Natural order:
      <queuePlacementPolicy>
      <rule create="false" name="specified"/>
      <rule create="false" name="user"/>
      <rule name="default"/>
      </queuePlacementPolicy>
      Indexed Order:
      <queuePlacementPolicy>
      <rule index="2" name="default"/>
      <rule index="1" create="false" name="user"/>
      <rule index="0" create="false" name="specified"/>
      </queuePlacementPolicy>

      Attachments

        Activity

          People

            Unassigned Unassigned
            yufeigu Yufei Gu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: