You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Benoy Antony (JIRA)" <ji...@apache.org> on 2014/08/28 22:03:08 UTC

[jira] [Created] (SPARK-3286) Cannot view ApplicationMaster UI when Yarn’s url scheme is https

Benoy Antony created SPARK-3286:
-----------------------------------

             Summary: Cannot view ApplicationMaster UI when Yarn’s url scheme is https
                 Key: SPARK-3286
                 URL: https://issues.apache.org/jira/browse/SPARK-3286
             Project: Spark
          Issue Type: Bug
          Components: YARN
    Affects Versions: 1.0.2
            Reporter: Benoy Antony


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.




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org