YARN-7623. Fix the CapacityScheduler Queue configuration documentation. 
Contributed by Jonathan Hung.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b1c2b5f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0b1c2b5f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0b1c2b5f

Branch: refs/heads/HDFS-12943
Commit: 0b1c2b5fe1b5c225d208936ecb1d3e307a535ee6
Parents: 09999d7
Author: Zhe Zhang <zezh...@linkedin.com>
Authored: Wed Mar 28 11:41:13 2018 -0700
Committer: Zhe Zhang <zezh...@linkedin.com>
Committed: Wed Mar 28 11:41:20 2018 -0700

----------------------------------------------------------------------
 .../src/site/markdown/CapacityScheduler.md          | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b1c2b5f/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md
----------------------------------------------------------------------
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 3fadff8..e1bb4b7 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
@@ -426,14 +426,14 @@ Changing queue/scheduler properties and adding/removing 
queues can be done in tw
 
   **Note:** This feature is in alpha phase and is subject to change.
 
-  | Property | Description |
-  |:---- |:---- |
-  | `yarn.scheduler.configuration.store.class` | The type of backing store to 
use, as described [above](CapacityScheduler.html#Changing_Queue_Configuration). 
|
-  | `yarn.scheduler.configuration.mutation.acl-policy.class` | An ACL policy 
can be configured to restrict which users can modify which queues. Default 
value is 
*org.apache.hadoop.yarn.server.resourcemanager.scheduler.DefaultConfigurationMutationACLPolicy*,
 which only allows YARN admins to make any configuration modifications. Another 
value is 
*org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf.QueueAdminConfigurationMutationACLPolicy*,
 which only allows queue modifications if the caller is an admin of the queue. |
-  | `yarn.scheduler.configuration.store.max-logs` | Configuration changes are 
audit logged in the backing store, if using leveldb or zookeeper. This 
configuration controls the maximum number of audit logs to store, dropping the 
oldest logs when exceeded. Default is 1000. |
-  | `yarn.scheduler.configuration.leveldb-store.path` | The storage path of 
the configuration store when using leveldb. Default value is 
*${hadoop.tmp.dir}/yarn/system/confstore*. |
-  | `yarn.scheduler.configuration.leveldb-store.compaction-interval-secs` | 
The interval for compacting the configuration store in seconds, when using 
leveldb. Default value is 86400, or one day. |
-  | `yarn.scheduler.configuration.zk-store.parent-path` | The zookeeper root 
node path for configuration store related information, when using zookeeper. 
Default value is */confstore*. |
+| Property | Description |
+|:---- |:---- |
+| `yarn.scheduler.configuration.store.class` | The type of backing store to 
use, as described [above](CapacityScheduler.html#Changing_Queue_Configuration). 
|
+| `yarn.scheduler.configuration.mutation.acl-policy.class` | An ACL policy can 
be configured to restrict which users can modify which queues. Default value is 
*org.apache.hadoop.yarn.server.resourcemanager.scheduler.DefaultConfigurationMutationACLPolicy*,
 which only allows YARN admins to make any configuration modifications. Another 
value is 
*org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf.QueueAdminConfigurationMutationACLPolicy*,
 which only allows queue modifications if the caller is an admin of the queue. |
+| `yarn.scheduler.configuration.store.max-logs` | Configuration changes are 
audit logged in the backing store, if using leveldb or zookeeper. This 
configuration controls the maximum number of audit logs to store, dropping the 
oldest logs when exceeded. Default is 1000. |
+| `yarn.scheduler.configuration.leveldb-store.path` | The storage path of the 
configuration store when using leveldb. Default value is 
*${hadoop.tmp.dir}/yarn/system/confstore*. |
+| `yarn.scheduler.configuration.leveldb-store.compaction-interval-secs` | The 
interval for compacting the configuration store in seconds, when using leveldb. 
Default value is 86400, or one day. |
+| `yarn.scheduler.configuration.zk-store.parent-path` | The zookeeper root 
node path for configuration store related information, when using zookeeper. 
Default value is */confstore*. |
 
   **Note:** When enabling scheduler configuration mutations via 
`yarn.scheduler.configuration.store.class`, *yarn rmadmin -refreshQueues* will 
be disabled, i.e. it will no longer be possible to update configuration via 
file.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to