Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11999

yarn.resourcemanager.webapp.address and friends are converted to fqdn in the href urls of the web app.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.3.0
    • None
    • None
    • None
    • Linux.

    Description

      I am setting up a Hadoop cluster where the nodes have FQDNames inside
      the cluster, but the DNS where these names are registered is behind some
      login nodes. So any user who tries to access the web interface needs to
      use the IPs instead.

      I set the 'yarn.nodemanager.webapp.address' and
      'yarn.resourcemanager.webapp.address' to the appropriate IP:port. I
      don't give it the FQDN in this config field.

      However, when I access the web app it all works inside each web app.
      However, when I cross from the Resource Manager to the Node Manager web
      app, the href url uses the FQDN that I don't want. Obviously this is a
      dead link to the user and can only be fixed if they copy and paste the
      appropriate IP address for the node (not a pleasant user experience).

      I suppose it makes sense to use the FQDN for the link text in the web app, but not the actual url if the IP was specified.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehiggs Ewan Higgs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: