aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Bozarth <ajbozart@us.ibm.com>2016-10-26 14:26:54 +0200
committerSean Owen <sowen@cloudera.com>2016-10-26 14:26:54 +0200
commit5d0f81da49e86ee93ecf679a20d024ea2cb8b3d3 (patch)
tree445039ad254a8c8672fa34ac826c912da9cd0773 /docs
parent297813647508480d7b4b5bccd02b93b8b914301f (diff)
downloadspark-5d0f81da49e86ee93ecf679a20d024ea2cb8b3d3.tar.gz
spark-5d0f81da49e86ee93ecf679a20d024ea2cb8b3d3.tar.bz2
spark-5d0f81da49e86ee93ecf679a20d024ea2cb8b3d3.zip
[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 ![screen shot 2016-10-11 at 4 49 43 pm](https://cloud.githubusercontent.com/assets/13952758/19292857/12f1b7c0-8fd4-11e6-8982-210249f7b697.png) Author: Alex Bozarth <ajbozart@us.ibm.com> Author: Lianhui Wang <lianhuiwang09@gmail.com> Closes #15441 from ajbozarth/spark4411.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index b07867d99a..6600cb6c0a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -632,7 +632,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.ui.killEnabled</code></td>
<td>true</td>
<td>
- Allows stages and corresponding jobs to be killed from the web ui.
+ Allows jobs and stages to be killed from the web UI.
</td>
</tr>
<tr>