Repository: spark Updated Branches: refs/heads/master 7c99a014f -> 0375a413b
fix spark-6033, clarify the spark.worker.cleanup behavior in standalone mode jira case spark-6033 https://issues.apache.org/jira/browse/SPARK-6033 In standalone deploy mode, the cleanup will only remove the stopped application's directories. The original description about the cleanup behavior is incorrect. Author: è®¸é¹ <[email protected]> Closes #4803 from hseagle/spark-6033 and squashes the following commits: 927a6a0 [许é¹] fix the incorrect description about the spark.worker.cleanup in standalone mode Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0375a413 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0375a413 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0375a413 Branch: refs/heads/master Commit: 0375a413b8a009f5820897691570a1273ee25b97 Parents: 7c99a01 Author: è®¸é¹ <[email protected]> Authored: Thu Feb 26 23:05:56 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Thu Feb 26 23:06:34 2015 -0800 ---------------------------------------------------------------------- docs/spark-standalone.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0375a413/docs/spark-standalone.md ---------------------------------------------------------------------- diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index 5c6084f..74d8653 100644 --- a/docs/spark-standalone.md +++ b/docs/spark-standalone.md @@ -222,8 +222,7 @@ SPARK_WORKER_OPTS supports the following system properties: <td>false</td> <td> Enable periodic cleanup of worker / application directories. Note that this only affects standalone - mode, as YARN works differently. Applications directories are cleaned up regardless of whether - the application is still running. + mode, as YARN works differently. Only the directories of stopped applications are cleaned up. </td> </tr> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
