Kousuke Saruta created SPARK-7403:
-------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]