[
https://issues.apache.org/jira/browse/SPARK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048485#comment-14048485
]
Lukasz Jastrzebski commented on SPARK-2168:
-------------------------------------------
PR opened
> 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)