[
https://issues.apache.org/jira/browse/SPARK-15537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300900#comment-15300900
]
Apache Spark commented on SPARK-15537:
--------------------------------------
User 'bomeng' has created a pull request for this issue:
https://github.com/apache/spark/pull/13304
> 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
>
> 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]