From 83e5f25d5e28a6975464953dc756a3f464d4be60 Mon Sep 17 00:00:00 2001 From: Sunil G Date: Mon, 23 Apr 2018 13:36:27 +0530 Subject: [PATCH] YARN-8177. Documentation changes for auto creation of Leaf Queues with node label. Contributed by Suma Shivaprasad. --- .../src/site/markdown/CapacityScheduler.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md index e1bb4b76550..ef6381a43a1 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md @@ -332,7 +332,7 @@ support other pre-configured queues to co-exist along with auto-created queues. The parent queue which has been enabled for auto leaf queue creation,supports the configuration of template parameters for automatic configuration of the auto-created leaf queues. The auto-created queues support all of the leaf queue configuration parameters except for **Queue ACL**, **Absolute - Resource** configurations and **Node Labels**. Queue ACLs and Node Labels are + Resource** configurations. Queue ACLs are currently inherited from the parent queue i.e they are not configurable on the leaf queue template | Property | Description | @@ -363,6 +363,22 @@ Example: yarn.scheduler.capacity.root.parent1.leaf-queue-template.ordering-policy fair + + yarn.scheduler.capacity.root.parent1.GPU.capacity + 50 + + + yarn.scheduler.capacity.root.parent1.accessible-node-labels + GPU,SSD + + + yarn.scheduler.capacity.root.parent1.leaf-queue-template.accessible-node-labels + GPU + + + yarn.scheduler.capacity.root.parent1.leaf-queue-template.accessible-node-labels.GPU.capacity + 5 + ``` * Scheduling Edit Policy configuration for auto-created queue management