[
https://issues.apache.org/jira/browse/MAPREDUCE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109181#comment-13109181
]
Arun C Murthy commented on MAPREDUCE-3023:
------------------------------------------
+1 looks good.
In general, we should avoid references to yarn apis in
hadoop-mapreduce-client-core...
> 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,
> 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