diff --git hadoop-tools/hadoop-sls/src/main/sample-conf/capacity-scheduler.xml hadoop-tools/hadoop-sls/src/main/sample-conf/capacity-scheduler.xml
index b74c14a..d9ae8ec 100644
--- hadoop-tools/hadoop-sls/src/main/sample-conf/capacity-scheduler.xml
+++ hadoop-tools/hadoop-sls/src/main/sample-conf/capacity-scheduler.xml
@@ -57,11 +57,4 @@
yarn.scheduler.capacity.root.sls_queue_3.maximum-capacity
100
-
-
- yarn.scheduler.capacity.maximum-applications
- 1000
- Maximum number of applications in the system which
- can be concurrently active both running and pending
-
diff --git hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler-allocation.xml hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler-allocation.xml
deleted file mode 100644
index 8756a6a..0000000
--- hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler-allocation.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
- 1000
-
- 1000
-
- 1024 mb, 1 vcores
- fair
- 0.25
- 2
-
-
- 1024 mb, 1 vcores
- fair
- 0.25
- 2
-
-
- 1024 mb, 1 vcores
- 0.5
- fair
- 2
-
-
diff --git hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler.xml hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler.xml
index 9d315c1..fa10359 100644
--- hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler.xml
+++ hadoop-tools/hadoop-sls/src/main/sample-conf/fair-scheduler.xml
@@ -20,28 +20,31 @@
The documentation also includes a sample config file.
-->
-
-
- Absolute path to allocation file. An allocation file is an XML
- manifest describing queues and their properties, in addition to certain
- policy defaults. This file must be in XML format as described in
- http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/FairScheduler.html.
-
- yarn.scheduler.fair.allocation.file
- fair-scheduler-allocation.xml
-
-
-
- Whether to use preemption. Note that preemption is experimental
- in the current version. Defaults to false.
- yarn.scheduler.fair.preemption
- true
-
-
-
- Whether to allow multiple container assignments in one
- heartbeat. Defaults to false.
- yarn.scheduler.fair.assignmultiple
- true
-
-
+
+
+
+ 1000
+
+ 1000
+
+ 1024 mb, 1 vcores
+ fair
+ 0.25
+ 2
+
+
+ 1024 mb, 1 vcores
+ fair
+ 0.25
+ 2
+
+
+ 1024 mb, 1 vcores
+ 0.5
+ fair
+ 2
+
+
diff --git hadoop-tools/hadoop-sls/src/main/sample-conf/yarn-site.xml hadoop-tools/hadoop-sls/src/main/sample-conf/yarn-site.xml
index d59d85f..6ab1157 100644
--- hadoop-tools/hadoop-sls/src/main/sample-conf/yarn-site.xml
+++ hadoop-tools/hadoop-sls/src/main/sample-conf/yarn-site.xml
@@ -57,4 +57,24 @@
false
+
+ yarn.scheduler.capacity.maximum-applications
+ 1000
+ Maximum number of applications in the system which
+ can be concurrently active both running and pending
+
+
+
+ Whether to use preemption. Note that preemption is experimental
+ in the current version. Defaults to false.
+ yarn.scheduler.fair.preemption
+ true
+
+
+
+ Whether to allow multiple container assignments in one
+ heartbeat. Defaults to false.
+ yarn.scheduler.fair.assignmultiple
+ true
+