Jimmy Song created YARN-2973:
--------------------------------

             Summary: Capacity scheduler configuration ACLs not work.
                 Key: YARN-2973
                 URL: https://issues.apache.org/jira/browse/YARN-2973
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacityscheduler
    Affects Versions: 2.5.0
         Environment: ubuntu 12.04, cloudera manager, cdh5.2.1
            Reporter: Jimmy Song


I follow this page to configure yarn: 
http://archive.cloudera.com/cdh5/cdh/5/hadoop/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html.
 
I configured YARN to use capacity scheduler in yarn-site.xml with 
yarn.resourcemanager.scheduler.class for 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.
 Then modified capacity-scheduler.xml,
___________________________________________________
<?xml version="1.0"?>
<configuration>
  <property>
    <name>yarn.scheduler.capacity.root.queues</name>
    <value>default,extract,report,tool</value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.state</name>
    <value>RUNNING</value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.default.acl_submit_applications</name>
    <value>jcsong2,yanxu2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.default.acl_administer_queue</name>
    <value>jcsong2,yanxu2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.default.capacity</name>
    <value>35</value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.extract.acl_submit_applications</name>
    <value>jcsong2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.extract.acl_administer_queue</name>
    <value>jcsong2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.extract.capacity</name>
    <value>15</value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.report.acl_submit_applications</name>
    <value>yanxu2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.report.acl_administer_queue</name>
    <value>yanxu2 </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.report.capacity</name>
    <value>35</value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.tool.acl_submit_applications</name>
    <value> </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.tool.acl_administer_queue</name>
    <value> </value>
  </property>
  <property>
    <name>yarn.scheduler.capacity.root.tool.capacity</name>
    <value>15</value>
  </property>
</configuration>
_______________________________________________
I have enabled the acl in yarn-site.xml, but the user jcsong2 can submit 
applications to every queue. The queue acl does't work! And the queue used 
capacity more than it was configured! 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to