Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3286

Cannot view ApplicationMaster UI when Yarn’s url scheme is https

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.2
    • 1.2.0
    • Web UI, YARN
    • None

    Description

      The spark Application Master starts its web UI at http://<host-name>:port.
      When Spark ApplicationMaster registers its URL with Resource Manager , the URL does not contain URI scheme.
      If the URL scheme is absent, Resource Manager’s web app proxy will use the HTTP Policy of the Resource Manager.(YARN-1553)
      If the HTTP Policy of the Resource Manager is https, then web app proxy will try to access https://<host-name>:port.
      This will result in error.

      Attachments

        1. SPARK-3286.patch
          0.8 kB
          Benoy Antony
        2. SPARK-3286-branch-1-0.patch
          0.8 kB
          Benoy Antony

        Activity

          People

            Unassigned Unassigned
            benoyantony Benoy Antony
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: