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
Next Next commit
Fix configuration specification for killBlacklisted executors
  • Loading branch information
Sanket Chintapalli committed May 31, 2018
commit f08f74a3a774f9e2768f7924c4438516a4106b7c
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,9 @@ 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,
(Experimental) If set to "true", allow Spark to automatically kill the
executors when they are blacklisted on fetch failure or stage completion.
Note that, when an entire node is added to the blacklist,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very minor nit, can you put this on previous line and wrap text accordingly

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, i checked the README.md and it did not spoil the indentation. No issues :)

all of the executors on that node will be killed.
</td>
</tr>
Expand Down