YARN-8442. Strange characters and missing spaces in FairScheduler 
documentation. Contributed by Szilard Nemeth.


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

Branch: refs/heads/HDDS-4
Commit: 388fafa004dc405a4e10f4487cff7c5a714af32f
Parents: bbbc7cc
Author: Miklos Szegedi <miklos.szeg...@cloudera.com>
Authored: Wed Jun 20 11:55:43 2018 -0700
Committer: Miklos Szegedi <miklos.szeg...@cloudera.com>
Committed: Wed Jun 20 11:55:43 2018 -0700

----------------------------------------------------------------------
 .../hadoop-yarn-site/src/site/markdown/FairScheduler.md            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/388fafa0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/FairScheduler.md
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/FairScheduler.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/FairScheduler.md
index e253d0d..269f5b4 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/FairScheduler.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/FairScheduler.md
@@ -148,7 +148,7 @@ The allocation file must be in XML format. The format 
contains five types of ele
 
     * **secondaryGroupExistingQueue**: the app is placed into a queue with a 
name that matches a secondary group of the user who submitted it. The first 
secondary group that matches a configured queue will be selected. Periods in 
group names will be replaced with "\_dot\_", i.e. a user with "one.two" as one 
of their secondary groups would be placed into the "one\_dot\_two" queue, if 
such a queue exists.
 
-    * **nestedUserQueue**: the app is placed into a queue with the name of the 
user under the queue suggested by the nested rule. This is similar to 
‘user’ rule,the difference being in 'nestedUserQueue' rule,user 
queues can be created under any parent queue, while 'user' rule creates user 
queues only under root queue. Note that nestedUserQueue rule would be applied 
only if the nested rule returns a parent queue.One can configure a parent queue 
either by setting 'type' attribute of queue to 'parent' or by configuring at 
least one leaf under that queue which makes it a parent. See example allocation 
for a sample use case.
+    * **nestedUserQueue**: the app is placed into a queue with the name of the 
user under the queue suggested by the nested rule. This is similar to the 
'user' rule, the difference being in 'nestedUserQueue' rule, user queues can be 
created under any parent queue, while 'user' rule creates user queues only 
under root queue. Note that nestedUserQueue rule would be applied only if the 
nested rule returns a parent queue. One can configure a parent queue either by 
setting 'type' attribute of queue to 'parent' or by configuring at least one 
leaf under that queue which makes it a parent. See example allocation for a 
sample use case.
 
     * **default**: the app is placed into the queue specified in the 'queue' 
attribute of the default rule. If 'queue' attribute is not specified, the app 
is placed into 'root.default' queue.
 


---------------------------------------------------------------------
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