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

Arun C Murthy updated MAPREDUCE-3023:
-------------------------------------

    Component/s: mrv2

> Queue state is not being translated properly (is always assumed to be running)
> ------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3023
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3023
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3023.branch-0.23.patch
>
>
> During translation of QueueInfo, 
> bq. TypeConverter.java:435 : queueInfo.toString(), QueueState.RUNNING,
> ought to be 
> bq. queueInfo.toString(), 
> QueueState.getState(queueInfo.getQueueState().toString().toLowerCase()),

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to