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

Xiangrui Meng resolved SPARK-11869.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 9851
[https://github.com/apache/spark/pull/9851]

> ML test TempDirectory trait does not clean up properly
> ------------------------------------------------------
>
>                 Key: SPARK-11869
>                 URL: https://issues.apache.org/jira/browse/SPARK-11869
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 1.6.0
>            Reporter: Joseph K. Bradley
>            Assignee: Joseph K. Bradley
>             Fix For: 1.6.0
>
>
> org.apache.spark.ml.util.TempDirectory should remove the temp directories it 
> creates, but it does not (at least not locally on my machine).
> This is an issue for the several new tests for ML model import/export, which 
> leave a bunch of empty temp directories.
> At first inspection, I don't see why this problem is occurring.  It must mean 
> that {{org.apache.spark.util.Utils.deleteRecursively}} is successful except 
> for its {{finally}} section.  That section is tested in UtilsSuite unit 
> tests, so it should be working.



--
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