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

Vinod Kumar Vavilapalli updated MAPREDUCE-4287:
-----------------------------------------------

    Status: Open  (was: Patch Available)

Even the command line "queue -list" returns empty, we should fix 
"getRootQueues()" too.

Regarding the solution, it seems wrong that we are adding root queue also to 
the list. For better or worse, CapacityScheduler introduced the concept of a 
root queue which is *hidden* from users. With the patch, we are now exposing 
the root queue to the users. Instead if we change FifoScheduler to also have 
root->default queue hierarchy, this will be automatically solved, what do you 
think? Granted, we will need to fix some tests..
                
> jobClient.getQueues () API is giving empty by default
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-4287
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4287
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha, 2.0.1-alpha, 3.0.0
>            Reporter: Nishan Shetty
>            Assignee: Devaraj K
>         Attachments: MAPREDUCE-4287-1.patch, MAPREDUCE-4287.patch
>
>
> getQueues () API is returning empty instead of giving default queue info.
> By default "default" queue will be there so the API should return default 
> queue info.

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