[ https://issues.apache.org/jira/browse/YARN-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13965777#comment-13965777 ]
Chen He commented on YARN-1106: ------------------------------- Thank you for the patch [~tgraves]. I apply the patch to trunk and get same test failure that [~jeagles] mentioned. Here is the failure message. Tests run: 62, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: 5.285 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.TestRMAppAttemptTransitions testNoTrackingUrlSetRMAppPageComplete[0](org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.TestRMAppAttemptTransitions) Time elapsed: 0.052 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[proxy:8088/cluster/app/application_1397159363386_0031]> but was:<[N/A]> at org.junit.Assert.assertEquals(Assert.java:125) at org.junit.Assert.assertEquals(Assert.java:147) at org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.TestRMAppAttemptTransitions.testNoTrackingUrlSetRMAppPageComplete(TestRMAppAttemptTransitions.java:1252) testNoTrackingUrlSetRMAppPageComplete[1](org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.TestRMAppAttemptTransitions) Time elapsed: 0.043 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[proxy:8088/cluster/app/application_1397159363386_0062]> but was:<[N/A]> at org.junit.Assert.assertEquals(Assert.java:125) at org.junit.Assert.assertEquals(Assert.java:147) at org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.TestRMAppAttemptTransitions.testNoTrackingUrlSetRMAppPageComplete(TestRMAppAttemptTransitions.java:1252) > The RM should point the tracking url to the RM app page if its empty > -------------------------------------------------------------------- > > Key: YARN-1106 > URL: https://issues.apache.org/jira/browse/YARN-1106 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Affects Versions: 3.0.0, 2.1.0-beta, 0.23.9 > Reporter: Thomas Graves > Assignee: Thomas Graves > Attachments: YARN-1106.patch, YARN-1106.patch > > > It would be nice if the Resourcemanager set the tracking url to the RM app > page if the application master doesn't pass one or passes the empty string. -- This message was sent by Atlassian JIRA (v6.2#6252)