Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Modify spark.ui.killEnabled default is false
  • Loading branch information
witgo committed Apr 23, 2014
commit ca57653f27c3b85865fc8dabbff2ae1e818261b8
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td>spark.ui.killEnabled</td>
<td>true</td>
<td>false</td>
<td>
Allows stages and corresponding jobs to be killed from the web ui.
</td>
Expand Down