GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/6419
[SPARK-7864] [UI] Do not kill innocent stages from visualization
**Reproduction.** run a long-running job, go to the job page, expand the
DAG visualization, and click into a stage. Your stage is now killed.
Why? This is because the visualization code just reaches into the stage
table and grabs the first link it finds. In our case, this first link happens
to be the kill link instead of the one to the stage page.
This is an alternative to #6407. Thanks @carsonwang for catching this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark fix-ui-viz-kill
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6419.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 #6419
----
commit 25203bd3e005cdbbc0470946e056b6f467ff102c
Author: Andrew Or <[email protected]>
Date: 2015-05-26T21:23:51Z
Do not kill innocent stages
----
---
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]