aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorBo Meng <mengbo@hotmail.com>2016-05-26 00:22:47 -0700
committerReynold Xin <rxin@databricks.com>2016-05-26 00:22:47 -0700
commit53d4abe9e996e53c1bdcd5ac4cb8cbf08b9ec8b5 (patch)
tree0eb82b286590b8971c7e0806c55adfb01934a32c /mllib/pom.xml
parent361ebc282b2d09dc6dcf21419a53c5c617b1b6bd (diff)
downloadspark-53d4abe9e996e53c1bdcd5ac4cb8cbf08b9ec8b5.tar.gz
spark-53d4abe9e996e53c1bdcd5ac4cb8cbf08b9ec8b5.tar.bz2
spark-53d4abe9e996e53c1bdcd5ac4cb8cbf08b9ec8b5.zip
[SPARK-15537][SQL] fix dir delete issue
## What changes were proposed in this pull request? 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. ## How was this patch tested? Manually checked the temp folder to make sure the temp files were deleted. Author: Bo Meng <mengbo@hotmail.com> Closes #13304 from bomeng/SPARK-15537.
Diffstat (limited to 'mllib/pom.xml')
0 files changed, 0 insertions, 0 deletions