You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2016/01/05 22:25:39 UTC

[jira] [Updated] (SPARK-2168) History Server renered page not suitable for load balancing

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

Josh Rosen updated SPARK-2168:
------------------------------
    Assignee: Lukasz Jastrzebski

> 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
>            Assignee: Lukasz Jastrzebski
>            Priority: Minor
>             Fix For: 1.3.2, 1.4.2
>
>
> 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.3.4#6332)

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