You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Timothy Chen (JIRA)" <ji...@apache.org> on 2015/05/26 19:58:21 UTC

[jira] [Created] (SPARK-7876) Make Spark UI content paths non absolute paths

Timothy Chen created SPARK-7876:
-----------------------------------

             Summary: Make Spark UI content paths non absolute paths
                 Key: SPARK-7876
                 URL: https://issues.apache.org/jira/browse/SPARK-7876
             Project: Spark
          Issue Type: Improvement
          Components: Web UI
            Reporter: Timothy Chen


Currently all the SparkUI href and img/css paths in the HTML rendered are absolute paths.

This is problematic if you try to deploy Spark in the cloud and putting a proxy in front of the cluster, which is common since most env don't want to allocate public ips for every node in the cluster and Spark drivers can potentially launch anywhere with cluster mode.

By making the paths relative, all the paths can go through the proxy based on the original request URL.



--
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