Repository: spark Updated Branches: refs/heads/branch-1.1 2785210fa -> 814934da6
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/814934da Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/814934da Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/814934da Branch: refs/heads/branch-1.1 Commit: 814934da632653405d86b7d77b4ff6e7b0f809cf Parents: 2785210 Author: è®¸é¹ <[email protected]> Authored: Thu Feb 26 23:05:56 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Thu Feb 26 23:07:36 2015 -0800 ---------------------------------------------------------------------- docs/spark-standalone.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/814934da/docs/spark-standalone.md ---------------------------------------------------------------------- diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index 580ba6f..2eb8606 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]
