[ https://issues.apache.org/jira/browse/YARN-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468572#comment-13468572
]
Hudson commented on YARN-131:
-----------------------------
Integrated in Hadoop-Mapreduce-trunk #1215 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1215/])
YARN-131. Fix incorrect ACL properties in capacity scheduler documentation. (Contributed
by Ahmed Radwan) (Revision 1393262)
Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1393262
Files :
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/resources/capacity-scheduler.xml
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm
> Incorrect ACL properties in capacity scheduler documentation
> ------------------------------------------------------------
>
> Key: YARN-131
> URL: https://issues.apache.org/jira/browse/YARN-131
> Project: Hadoop YARN
> Issue Type: Bug
> Components: capacityscheduler
> Affects Versions: 2.0.0-alpha
> Reporter: Ahmed Radwan
> Assignee: Ahmed Radwan
> Fix For: 2.0.3-alpha
>
> Attachments: YARN-131.patch, YARN-131_rev2.patch
>
>
> The CapacityScheduler apt file incorrectly specifies the property names controlling acls
for application submission and queue administration.
> {{yarn.scheduler.capacity.root.<queue-path>.acl_submit_jobs}}
> should be
> {{yarn.scheduler.capacity.root.<queue-path>.acl_submit_applications}}
> {{yarn.scheduler.capacity.root.<queue-path>.acl_administer_jobs}}
> should be
> {{yarn.scheduler.capacity.root.<queue-path>.acl_administer_queue}}
> Uploading a patch momentarily.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|