Skip to content

Commit 927a6a0

Browse files
author
许鹏
committed
fix the incorrect description about the spark.worker.cleanup in standalone mode
1 parent 4ad5153 commit 927a6a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/spark-standalone.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ SPARK_WORKER_OPTS supports the following system properties:
222222
<td>false</td>
223223
<td>
224224
Enable periodic cleanup of worker / application directories. Note that this only affects standalone
225-
mode, as YARN works differently. Applications directories are cleaned up regardless of whether
226-
the application is still running.
225+
mode, as YARN works differently. Only the stopped applications directories are cleaned up.
227226
</td>
228227
</tr>
229228
<tr>

0 commit comments

Comments
 (0)