[
https://issues.apache.org/jira/browse/MAPREDUCE-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536709#comment-14536709
]
Hudson commented on MAPREDUCE-6359:
-----------------------------------
SUCCESS: Integrated in Hadoop-Mapreduce-trunk #2138 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2138/])
MAPREDUCE-6359. In RM HA setup, Cluster tab links populated with AM hostname
instead of RM. Contributed by zhaoyunjiong. (junping_du: rev
df36ad0a08261b03c250b6f745b27e5f83e4286e)
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AppController.java
* hadoop-mapreduce-project/CHANGES.txt
> RM HA setup, "Cluster" tab links populated with AM hostname instead of RM
> --------------------------------------------------------------------------
>
> Key: MAPREDUCE-6359
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6359
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 2.4.0
> Environment: centOS-6.x
> Reporter: Aroop Maliakkal
> Assignee: zhaoyunjiong
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: YARN-3423.patch
>
>
> In RM HA setup ( e.g.
> http://rm-1.vip.abc.com:50030/proxy/application_1427789305393_0002/ ), go to
> the job details and click on the "Cluster tab" on left top side. Click on any
> of the links , "About", Applications" , "Scheduler". You can see that the
> hyperlink is pointing to http://am-1.vip.abc.com:port/cluster ).
> The port details for secure and unsecure cluster is given below :-
> 8088 ( DEFAULT_RM_WEBAPP_PORT = 8088 )
> 8090 ( DEFAULT_RM_WEBAPP_HTTPS_PORT = 8090 )
> Ideally, it should have pointed to resourcemanager hostname instead of AM
> hostname.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)