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
    Affects Versions: 0.23.0
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash
             Fix For: 0.23.0


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