[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424290#comment-13424290
 ] 

Nishan Shetty commented on MAPREDUCE-4492:
------------------------------------------

<configuration>
<property>
  <name>yarn.scheduler.capacity.root.queues</name>
  <value>a,b</value>
  <description>The queues at the this level (root is the root queue).
  </description>
</property>

 <property>
  <name>yarn.scheduler.capacity.root.capacity</name>
  <value>100</value>
  <description>The queues at the this level (root is the root queue).
  </description>
</property>

<property>
  <name>yarn.scheduler.capacity.root.a.capacity</name>
  <value>40.0</value>
  <description>The queues at the this level (root is the root queue).
  </description>
</property>
</configuration>
                
> Configuring total queue capacity between 100.5 and 99.5 at perticular level 
> is sucessfull
> -----------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4492
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4492
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Nishan Shetty
>            Priority: Minor
>
> Scenario:
> 1.Configure a,b queues with capacities 40.0 and 60.5 respectively under root 
> queue
> 2.Start process
> Observe that process is started sucessfully with configured queue capacity 
> though the total capacity is 100.5(40.0+60.5)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to