From 39fd75bdb79ac63a05dadda0ba32792e49783031 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:10:55 +0000 Subject: Init dcae.apod.cdap Change-Id: I0d1f1ba04f8ba7a2a276e4e382eb07ae9d6a7652 Signed-off-by: lj1412 --- .../core_hadoop/capacity-scheduler.xml | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 cdap3vm/config/hadoop-cluster-config-template/core_hadoop/capacity-scheduler.xml (limited to 'cdap3vm/config/hadoop-cluster-config-template/core_hadoop/capacity-scheduler.xml') diff --git a/cdap3vm/config/hadoop-cluster-config-template/core_hadoop/capacity-scheduler.xml b/cdap3vm/config/hadoop-cluster-config-template/core_hadoop/capacity-scheduler.xml new file mode 100644 index 0000000..0ab575e --- /dev/null +++ b/cdap3vm/config/hadoop-cluster-config-template/core_hadoop/capacity-scheduler.xml @@ -0,0 +1,79 @@ + + + + + yarn.scheduler.capacity.default.minimum-user-limit-percent + 100 + + + + yarn.scheduler.capacity.maximum-am-resource-percent + 0.2 + + + + yarn.scheduler.capacity.maximum-applications + 10000 + + + + yarn.scheduler.capacity.node-locality-delay + 40 + + + + yarn.scheduler.capacity.resource-calculator + org.apache.hadoop.yarn.util.resource.DefaultResourceCalculator + + + + yarn.scheduler.capacity.root.accessible-node-labels + * + + + + yarn.scheduler.capacity.root.acl_administer_queue + * + + + + yarn.scheduler.capacity.root.capacity + 100 + + + + yarn.scheduler.capacity.root.default.acl_administer_jobs + * + + + + yarn.scheduler.capacity.root.default.acl_submit_applications + * + + + + yarn.scheduler.capacity.root.default.capacity + 100 + + + + yarn.scheduler.capacity.root.default.maximum-capacity + 100 + + + + yarn.scheduler.capacity.root.default.state + RUNNING + + + + yarn.scheduler.capacity.root.default.user-limit-factor + 1 + + + + yarn.scheduler.capacity.root.queues + default + + + -- cgit 1.2.3-korg