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

Reynold Xin resolved SPARK-11974.
---------------------------------
       Resolution: Fixed
         Assignee: Zhongshuai Pei
    Fix Version/s: 1.6.0
                   1.5.3
                   1.4.2

> Not all the  temp dirs had been deleted when the JVM exits
> ----------------------------------------------------------
>
>                 Key: SPARK-11974
>                 URL: https://issues.apache.org/jira/browse/SPARK-11974
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.5.2
>            Reporter: Zhongshuai Pei
>            Assignee: Zhongshuai Pei
>             Fix For: 1.4.2, 1.5.3, 1.6.0
>
>
> deleting the temp dir like that 
> {noformat}
> val a = mutable.Set(1,2,3,4,7,0,98,9,8)
> a.foreach(x => { a.remove(x) })
> {noformat}
> You may not modify a collection while traversing or iterating over it.
>  



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