Repository: spark Updated Branches: refs/heads/branch-1.0 14e042b65 -> e751f8f26
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/e751f8f2 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e751f8f2 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e751f8f2 Branch: refs/heads/branch-1.0 Commit: e751f8f263188bbcf67301ac6bfcffb84c8b67ac Parents: 14e042b Author: è®¸é¹ <[email protected]> Authored: Thu Feb 26 23:05:56 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Thu Feb 26 23:07:51 2015 -0800 ---------------------------------------------------------------------- docs/spark-standalone.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/e751f8f2/docs/spark-standalone.md ---------------------------------------------------------------------- diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index ad8b6c0..e63eaa0 100644 --- a/docs/spark-standalone.md +++ b/docs/spark-standalone.md @@ -209,8 +209,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]
