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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to