Yesha Vora created YARN-1260:
--------------------------------
Summary: 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
Reporter: Yesha Vora
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)