[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998167#comment-13998167 ] Hudson commented on YARN-2042: -- FAILURE: Integrated in Hadoop-Mapreduce-trunk #1779 (See

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998205#comment-13998205 ] Hudson commented on YARN-2042: -- FAILURE: Integrated in Hadoop-Hdfs-trunk #1753 (See

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-15 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996665#comment-13996665 ] Henry Saputra commented on YARN-2042: - +1 for the patch String shouldn't be compared

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-14 Thread Sandy Ryza (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997334#comment-13997334 ] Sandy Ryza commented on YARN-2042: -- +1 String shouldn't be compared using == in

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995485#comment-13995485 ] Hadoop QA commented on YARN-2042: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-12 Thread Chen He (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995505#comment-13995505 ] Chen He commented on YARN-2042: --- The change in this patch does not need to include test.

[jira] [Commented] (YARN-2042) String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp()

2014-05-11 Thread Chen He (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994683#comment-13994683 ] Chen He commented on YARN-2042: --- string.isEmpty() is supported by Java 1.6 and later. For