[
https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995505#comment-13995505
]
Chen He commented on YARN-2042:
-------------------------------
The change in this patch does not need to include test.
> String shouldn't be compared using == in
> QueuePlacementRule#NestedUserQueue#getQueueForApp()
> --------------------------------------------------------------------------------------------
>
> Key: YARN-2042
> URL: https://issues.apache.org/jira/browse/YARN-2042
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Chen He
> Priority: Minor
> Attachments: YARN-2042.patch
>
>
> {code}
> if (queueName != null && queueName != "") {
> {code}
> queueName.isEmpty() should be used instead of comparing against ""
--
This message was sent by Atlassian JIRA
(v6.2#6252)