You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2011/09/16 18:20:10 UTC

[jira] [Created] (MAPREDUCE-3023) Queue state is not being translated properly (is always assumed to be running)

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