You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/09/04 19:30:51 UTC

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

    [ https://issues.apache.org/jira/browse/SPARK-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121608#comment-14121608 ] 

Apache Spark commented on SPARK-3286:
-------------------------------------

User 'benoyantony' has created a pull request for this issue:
https://github.com/apache/spark/pull/2276

> 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
>         Attachments: SPARK-3286-branch-1-0.patch, SPARK-3286.patch
>
>
> 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.3.4#6332)

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