Skip to content
Closed
Changes from all commits
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
7 changes: 4 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,9 +1629,10 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.blacklist.killBlacklistedExecutors</code></td>
<td>false</td>
<td>
(Experimental) If set to "true", allow Spark to automatically kill, and attempt to re-create,
executors when they are blacklisted. Note that, when an entire node is added to the blacklist,
all of the executors on that node will be killed.
(Experimental) If set to "true", allow Spark to automatically kill the executors
when they are blacklisted on fetch failure or blacklisted for the entire application,
as controlled by spark.blacklist.application.*. Note that, when an entire node is added
to the blacklist, all of the executors on that node will be killed.
</td>
</tr>
<tr>
Expand Down