[ 
https://issues.apache.org/jira/browse/SPARK-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322428#comment-14322428
 ] 

Apache Spark commented on SPARK-5830:
-------------------------------------

User 'Sephiroth-Lin' has created a pull request for this issue:
https://github.com/apache/spark/pull/4620

> Don't create unnecessary directory for local root dir
> -----------------------------------------------------
>
>                 Key: SPARK-5830
>                 URL: https://issues.apache.org/jira/browse/SPARK-5830
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Weizhong
>            Priority: Minor
>
> Now will create an unnecessary directory for local root directory, and this 
> directory will not be deleted after application exit.
> For example:
> before will create tmp dir like "/tmp/spark-UUID"
> now will create tmp dir like "/tmp/spark-UUID/spark-UUID"
> so the dir "/tmp/spark-UUID" will not be deleted as a local root directory. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to