tomicooler commented on code in PR #5870:
URL: https://github.com/apache/hadoop/pull/5870#discussion_r1274490532


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md:
##########
@@ -64,8 +64,14 @@ The `CapacityScheduler` supports the following features:
 
 * **Priority Scheduling** - This feature allows applications to be submitted 
and scheduled with different priorities. Higher integer value indicates higher 
priority for an application. Currently Application priority is supported only 
for FIFO ordering policy.
 
+* **Percentage Resource Configuration** - Administrators could specify 
percentages of resources to a queue.
+
 * **Absolute Resource Configuration** - Administrators could specify absolute 
resources to a queue instead of providing percentage based values. This 
provides better control for admins to configure required amount of resources 
for a given queue.
 
+* **Weight Resource Configuration** - Administrators could specify weights to 
a queue instead of providing percentage based values. This provides better 
control for admins to configure resources for the queue in a dynamically 
changing queue hierarchy.
+
+* **Universal Capacity Vector Resource Configuration** - Administrators could 
specify resources in a mixed manner - combining absolute, weight or percentage 
- to a queue instead of providing percentage based values. This provides the 
most flexible way of control for admins to configure required amount of 
resources for a given queue.

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to