You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2012/11/29 21:58:58 UTC

[jira] [Updated] (MAPREDUCE-3783) Fix "queue -list" to display the correct capacity of queues

     [ https://issues.apache.org/jira/browse/MAPREDUCE-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated MAPREDUCE-3783:
------------------------------------

    Attachment: capacity-scheduler.xml

Sample capacity-scheduler.xml that triggers this.
                
> Fix "queue -list" to display the correct capacity of queues
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-3783
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3783
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1
>            Reporter: Ramya Sunil
>            Priority: Minor
>         Attachments: capacity-scheduler.xml
>
>
> Occasionally, the capacity of the queue as displayed by "queue -list" has incorrect values. 
> For e.g:
> yarn.scheduler.capacity.root.queues=a,b
> yarn.scheduler.capacity.root.b.queues=b1,b2,b3
> yarn.scheduler.capacity.root.b.b1.capacity=30
> yarn.scheduler.capacity.root.b.b2.capacity=30
> yarn.scheduler.capacity.root.b.b3.capacity=40
> $ mapred queue -list
> Queue Name : b
> Queue State : running
> Scheduling Info : Capacity: 40.0, MaximumCapacity: 1.0, CurrentCapacity: 0.0
>     ======================
>     Queue Name : b1
>     Queue State : running
>     Scheduling Info : Capacity: *30.000002*, MaximumCapacity: 1.0, CurrentCapacity: 0.0
>     ======================
>     Queue Name : b2
>     Queue State : running
>     Scheduling Info : Capacity: *30.000002*, MaximumCapacity: 1.0, CurrentCapacity: 0.0
> ...

--
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