You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/05/09 11:10:59 UTC

[jira] [Resolved] (SPARK-7403) Link URL in objects on Timeline View is wrong in case of running on YARN

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

Sean Owen resolved SPARK-7403.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 5947
[https://github.com/apache/spark/pull/5947]

> Link URL in objects on Timeline View is wrong in case of running on YARN 
> -------------------------------------------------------------------------
>
>                 Key: SPARK-7403
>                 URL: https://issues.apache.org/jira/browse/SPARK-7403
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 1.4.0
>            Reporter: Kousuke Saruta
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> When we use Spark on YARN and have AllJobPage via ResourceManager's proxy, the link URL in objects which represent each job on timeline view is wrong.
> In timeline-view.js, the link is generated as follows.
> {code}
> window.location.href = "job/?id=" + getJobId(this);
> {code}
> This assumes the URL displayed on the web browser ends with "jobs/" but when we access AllJobPage via the proxy, the url displayed does not end with "jobs/".



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