GitHub user ajbozarth opened a pull request:
https://github.com/apache/spark/pull/15441
[SPARK-4411] [Web UI] Add "kill" link for jobs in the UI
## What changes were proposed in this pull request?
Currently users can kill stages via the web ui but not jobs directly (jobs
are killed if one of their stages is). I've added the ability to kill jobs via
the web ui. This code change is based on #4823 by @lianhuiwang and updated to
work with the latest code matching how stages are currently killed. In general
I've copied the kill stage code warning and note comments and all. I also
updated applicable tests and documentation.
## How was this patch tested?
Manually tested and dev/run-tests

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajbozarth/spark spark4411
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15441.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 #15441
----
commit af461ccce44e2792ea9356ccc2db6c84609511a0
Author: Lianhui Wang <[email protected]>
Date: 2015-02-28T03:24:46Z
Add kill link for jobs in the UI
commit 7f52874badfea314d019b0dc9097c54b8af2f654
Author: Lianhui Wang <[email protected]>
Date: 2015-02-28T05:23:22Z
Update JobsTab.scala
commit 7a6143a8d44620aec47a77ddc4f3242231924d3f
Author: Lianhui Wang <[email protected]>
Date: 2015-03-01T06:26:14Z
Merge branch 'master' of https://github.com/apache/spark into SPARK-4411
commit 584240affe2422e167b4d3ea87b5766623ed72f6
Author: Lianhui Wang <[email protected]>
Date: 2015-03-01T06:30:34Z
address srowenâs comments
commit 25fc0fd1fc574522ab08f23f6f61673960a1072a
Author: Lianhui Wang <[email protected]>
Date: 2015-03-01T06:45:46Z
address srowenâs comments
commit ba168399f4ee4f59a2c0568b9e094b55747e97c0
Author: Lianhui Wang <[email protected]>
Date: 2015-03-24T07:26:43Z
add : Unit return type
commit a0eee0caa14824cefb99d178522f6ada2a305f4a
Author: Lianhui Wang <[email protected]>
Date: 2015-03-25T01:43:40Z
add an else case
commit d0e208385482daac4a7bcaa4a90637cf88f66c77
Author: Alex Bozarth <[email protected]>
Date: 2016-10-11T20:39:32Z
add kill jobs link. initial commit based on pr #4823 by @lianhuiwang
commit f2519fc3903bb6b4c2e08a38d67a5b3df52dea49
Author: Alex Bozarth <[email protected]>
Date: 2016-10-11T21:41:55Z
Fixed scalastyle
commit 999f83a8b89e5fb89d5753b79346f8730656c0cd
Author: Alex Bozarth <[email protected]>
Date: 2016-10-12T00:03:18Z
Merge branch 'master' into spark4411
----
---
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]