[ 
https://issues.apache.org/jira/browse/SPARK-15537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-15537:
------------------------------------

    Assignee: Apache Spark

> clean up the temp folders after finishing the tests
> ---------------------------------------------------
>
>                 Key: SPARK-15537
>                 URL: https://issues.apache.org/jira/browse/SPARK-15537
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Bo Meng
>            Assignee: Apache Spark
>
> For some of the test cases, e.g. OrcSourceSuite, it will create temp folders 
> and temp files inside them. But after tests finish, the folders are not 
> removed. This will cause lots of temp files created and space occupied, if we 
> keep running the test cases.
> The reason is dir.delete() won't work if dir is not empty. We need to 
> recursively delete the content before deleting the folder.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to