[ 
https://issues.apache.org/jira/browse/YARN-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783830#comment-13783830
 ] 

Hudson commented on YARN-1260:
------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk #350 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/350/])
YARN-1260. Added webapp.http.address to yarn-default.xml so that default 
install with https enabled doesn't have broken link on NM UI. Contributed by 
Omkar Vinit Joshi. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1528312)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml


> RM_HOME link breaks when webapp.https.address related properties are not 
> specified
> ----------------------------------------------------------------------------------
>
>                 Key: YARN-1260
>                 URL: https://issues.apache.org/jira/browse/YARN-1260
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.1.1-beta, 2.1.2-beta
>            Reporter: Yesha Vora
>            Assignee: Omkar Vinit Joshi
>             Fix For: 2.1.2-beta
>
>         Attachments: YARN-1260.20131030.1.patch
>
>
> This issue happens in multiple node cluster where resource manager and node 
> manager are running on different machines.
> Steps to reproduce:
> 1) set yarn.resourcemanager.hostname = <resourcemanager host> in yarn-site.xml
> 2) set hadoop.ssl.enabled = true in core-site.xml
> 3) Do not specify below property in yarn-site.xml
> yarn.nodemanager.webapp.https.address and 
> yarn.resourcemanager.webapp.https.address
> Here, the default value of above two property will be considered.
> 4) Go to nodemanager web UI "https://<nodemanager host>:8044/node"
> 5) Click on RM_HOME link 
> This link redirects to "https://<nodemanager host>:8090/cluster" instead 
> "https://<resourcemanager host>:8090/cluster"



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to