RE: Problem with "delete spark temp dir" on spark 0.8.1

2014-03-04 Thread Chen Jingci
i cto" Sent: ‎4/‎3/‎2014 17:55 To: "user@spark.apache.org" Subject: Re: Problem with "delete spark temp dir" on spark 0.8.1 Exception in thread "delete Spark temp dir C:\Users\..." java.io.IOException: failed to delete: C:\Users\...\simple-project-

Re: Problem with "delete spark temp dir" on spark 0.8.1

2014-03-04 Thread goi cto
Exception in thread "delete Spark temp dir C:\Users\..." java.io.IOException: failed to delete: C:\Users\...\simple-project-1.0.jar" at org.apache.spark.util.utils$.deleteRecursively(Utils.scala:495) at org.apache.spark.util.utils$$anonfun$deleteRecursively$1.apply(Utils.scala:491) I deleted my

Re: Problem with "delete spark temp dir" on spark 0.8.1

2014-03-04 Thread Akhil Das
Hi, Try to clean your temp dir, System.getProperty("java.io.tmpdir") Also, Can you paste a longer stacktrace? Thanks Best Regards On Tue, Mar 4, 2014 at 2:55 PM, goi cto wrote: > Hi, > > I am running a spark java program on a local machine. when I try to write > the output to a file (RDD.

Fwd: Problem with "delete spark temp dir" on spark 0.8.1

2014-03-04 Thread goi cto
Hi, I am running a spark java program on a local machine. when I try to write the output to a file (RDD.SaveAsTextFile) I am getting this exception: Exception in thread "Delete Spark temp dir ..." This is running on my local window machine. Any ideas? -- Eran | CTO

Problem with "delete spark temp dir" on spark 0.8.1

2014-03-03 Thread goi cto
Hi, I am running a spark java program on a local machine. when I try to write the output to a file (RDD.SaveAsTextFile) I am getting this exception: Exception in thread "Delete Spark temp dir ..." This is running on my local window machine. Any ideas? -- Eran | CTO