[ 
https://issues.apache.org/jira/browse/SPARK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Jastrzebski updated SPARK-2168:
--------------------------------------

    Description: 
Small issue but still.

I run history server through Marathon and balance it through haproxy. The 
problem is that links generated by HistoryPage (links to completed 
applications) are absolute, e.g. <a 
href="http://some-server:port/history/...";>completedApplicationName</a> , but 
instead they should be relative, e.g.  <a 
hfref="/history/...">completedApplicationName</a>, so they can be load 
balanced. 

  was:
Small issue but still.

I run history server through Marathon and balance it through haproxy. The 
problem is that links generated by HistoryPage (links to completed 
applications) are absolute, e.g. <a 
href="http://some-server:port/history";>http://some-server:port/history... , but 
instead they should relative just /history, so they can be load balanced. 


> History Server renered page not suitable for load balancing
> -----------------------------------------------------------
>
>                 Key: SPARK-2168
>                 URL: https://issues.apache.org/jira/browse/SPARK-2168
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Lukasz Jastrzebski
>            Priority: Minor
>
> Small issue but still.
> I run history server through Marathon and balance it through haproxy. The 
> problem is that links generated by HistoryPage (links to completed 
> applications) are absolute, e.g. <a 
> href="http://some-server:port/history/...";>completedApplicationName</a> , but 
> instead they should be relative, e.g.  <a 
> hfref="/history/...">completedApplicationName</a>, so they can be load 
> balanced. 



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

Reply via email to