GitHub user watermen opened a pull request:
https://github.com/apache/spark/pull/1480
[SPARK-2572] Delete the local dir on executor automatically when using
spark on Mesos.
When running spark over Mesos in âfine-grainedâ modes or
âcoarse-grainedâ mode. After the application finished.The local
dir(/tmp/spark-local-20140718114058-834c) on executor can't not delete
automatically.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/watermen/spark bug-fix3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1480.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1480
----
commit d0cef1dc3083d2e5d691c07d3055c30a842e4f00
Author: Yadong <[email protected]>
Date: 2014-07-18T07:44:56Z
Update CoarseGrainedExecutorBackend.scala
commit 8b8641bc25ed1f3c47cd4261720d24ddc622e6bc
Author: Yadong <[email protected]>
Date: 2014-07-18T07:45:22Z
Update MesosExecutorBackend.scala
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---