GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/3811

    [SPARK-4973][CORE] Local directory in the driver of client-mode continues 
remaining even if application finished when external shuffle is enabled

    When we enables external shuffle service, local directories in the driver 
of client-mode continue remaining even if application has finished.
    I think local directories for drivers should be deleted.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarutak/spark SPARK-4973

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/3811.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 #3811
    
----
commit d99718e85c0b97bddb0e7736a392536ede510c47
Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>
Date:   2014-12-26T11:59:36Z

    Fixed SparkSubmit.scala and DiskBlockManager.scala in order to delete local 
directories of the driver of local-mode when external shuffle service is enabled

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to