aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 2eed96f704..f89040d714 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -390,10 +390,11 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td>spark.worker.cleanup.enabled</td>
- <td>true</td>
+ <td>false</td>
<td>
Enable periodic cleanup of worker / application directories. Note that this only affects standalone
- mode, as YARN works differently.
+ mode, as YARN works differently. Applications directories are cleaned up regardless of whether
+ the application is still running.
</td>
</tr>
<tr>