Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-1280 [Umbrella] Ensure YARN+MR works with https on the web interfaces
  3. YARN-1260

RM_HOME link breaks when webapp.https.address related properties are not specified

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1-beta, 2.2.0
    • 2.2.0
    • None
    • None
    • Reviewed

    Description

      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"

      Attachments

        1. YARN-1260.20131030.1.patch
          1 kB
          Omkar Vinit Joshi

        Activity

          People

            ojoshi Omkar Vinit Joshi
            yeshavora Yesha Vora
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: