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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14531200#comment-14531200 ] 

Apache Spark commented on SPARK-7403:
-------------------------------------

User 'sarutak' has created a pull request for this issue:
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
>
> 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