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

[jira] [Commented] (SPARK-833) Web UI's "Application Detail UI" link may use internal EC2 hostname

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

Patrick Wendell commented on SPARK-833:
---------------------------------------

I don't think there is a general way to fix this other than setting SPARK_PUBLIC_DNS in provisioning frameworks such as the spark ec2 scripts and the amp camp scripts. AFAIK those have all been updated to do this correctly, so I'm going to close this for now.

> Web UI's "Application Detail UI" link may use internal EC2 hostname
> -------------------------------------------------------------------
>
>                 Key: SPARK-833
>                 URL: https://issues.apache.org/jira/browse/SPARK-833
>             Project: Apache Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 0.8.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>             Fix For: 1.0.0
>
>
> In the new (0.8) web UI, the "Application Detail UI" link on the Application Info page is derived from Utils.getLocalHostName().  When running on EC2, this link will break if the local hostname isn't the public EC2 hostname.
> In SPARK-613, we fixed a similar problem by introducing a masterPublicAddress variable that's populated from SPARK_PUBLIC_DNS if it's set.  We should probably do something similar here.



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