[
https://issues.apache.org/jira/browse/AMBARI-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149074#comment-14149074
]
Hudson commented on AMBARI-7511:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #385 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/385/])
AMBARI-7511 Add default value of "100" to scheduler config for
minimum-user-limit-percent. (Buzhor Denys via atkach) (atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2bb687ba8484c0404cf7d591dc12df851c1614df)
*
ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/capacity-scheduler.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/capacity-scheduler.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml
> Add default value of "100" to scheduler config for minimum-user-limit-percent
> -----------------------------------------------------------------------------
>
> Key: AMBARI-7511
> URL: https://issues.apache.org/jira/browse/AMBARI-7511
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-7511.patch
>
>
> Add the following property to CapScheduler we ship with Ambari out-of-the-box.
> {code}
> yarn.scheduler.capacity.default.minimum-user-limit-percent=100
> {code}
> This is in addition to existing scheduler props:
> {code}
> 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.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
> {code}
> For reference:
> http://hadoop.apache.org/docs/r2.4.1/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)