aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorSundeep Narravula <sundeepn@superduel.local>2014-04-10 17:10:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-10 17:10:11 -0700
commit2c557837b4a12c644cc37bd00d02be04f3807637 (patch)
tree32a1d0c76aa7cc1215d898f517849528fb571ecb /docs/configuration.md
parentf99401a6308d5b9a9259d7597a35ba92f927aa50 (diff)
downloadspark-2c557837b4a12c644cc37bd00d02be04f3807637.tar.gz
spark-2c557837b4a12c644cc37bd00d02be04f3807637.tar.bz2
spark-2c557837b4a12c644cc37bd00d02be04f3807637.zip
SPARK-1202 - Add a "cancel" button in the UI for stages
Author: Sundeep Narravula <sundeepn@superduel.local> Author: Sundeep Narravula <sundeepn@dhcpx-204-110.corp.yahoo.com> Closes #246 from sundeepn/uikilljob and squashes the following commits: 5fdd0e2 [Sundeep Narravula] Fix test string f6fdff1 [Sundeep Narravula] Format fix; reduced line size to less than 100 chars d1daeb9 [Sundeep Narravula] Incorporating review comments. 8d97923 [Sundeep Narravula] Ability to kill jobs thru the UI. This behavior can be turned on be settings the following variable: spark.ui.killEnabled=true (default=false) Adding DAGScheduler event StageCancelled and corresponding handlers. Added cancellation reason to handlers.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 9c602402f0..f3bfd036f4 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -191,6 +191,13 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td>spark.ui.killEnabled</td>
+ <td>true</td>
+ <td>
+ Allows stages and corresponding jobs to be killed from the web ui.
+ </td>
+</tr>
+<tr>
<td>spark.shuffle.compress</td>
<td>true</td>
<td>