GitHub user carsonwang opened a pull request:
https://github.com/apache/spark/pull/6407
[SPARK-7864] [Web UI] Clicking a job's DAG graph on Web UI kills the job as
the link is broken
When clicking a job's DAG graph on Web UI, the user is expected to be
redirected to the corresponding stage page. The link is got from the stage
table by selecting the first link. But there are two links in each row, the
first one is the killLink, the second is the nameLink.
To solve this, I made the nameLink as the first one. The UI doesn't change
as the style is controlled by css.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/carsonwang/spark SPARK-7864
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6407.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6407
----
commit ada2d3d9211f6aa952bebd286b703825a59c2766
Author: Carson Wang <[email protected]>
Date: 2015-05-26T09:06:53Z
Fix the link from a job's DAG graph to the stage page
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]