Sunil G created YARN-1966:
-----------------------------
Summary: Capacity Scheduler acl_submit_applications in Leaf Queue
finally considers root queue default always
Key: YARN-1966
URL: https://issues.apache.org/jira/browse/YARN-1966
Project: Hadoop YARN
Issue Type: Bug
Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Sunil G
Given with below configurations,
<property>
<name>yarn.scheduler.capacity.root.queues</name>
<value>fast,medium</value>
</property>
<property>
<name>yarn.scheduler.capacity.root.fast.acl_submit_applications</name>
<value>hadoop</value>
</property>
<property>
<name>yarn.scheduler.capacity.root.slow.acl_submit_applications</name>
<value>hadoop</value>
</property>
In this case, the expectation is like "hadoop" user can only submit job to
"fast" or "slow" queue.
But now any user can submit job to these queues.
--
This message was sent by Atlassian JIRA
(v6.2#6252)