Can you tell which version of Spark you are using? Spark 1.0 RC3, or
something intermediate?
And do you call sparkContext.stop at the end of your application? If so,
does this error occur before or after the stop()?

TD


On Sun, May 4, 2014 at 2:40 AM, wxhsdp <wxh...@gmail.com> wrote:

> Hi, all
>
> i use sbt to run my spark application, after the app completes, error
> occurs:
>
> 14/05/04 17:32:28 INFO network.ConnectionManager: Selector thread was
> interrupted!
> 14/05/04 17:32:28 ERROR spark.ContextCleaner: Error in cleaning thread
> java.lang.InterruptedException
>         at java.lang.Object.wait(Native Method)
>         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
>         at
> org.apache.spark.ContextCleaner.org
> $apache$spark$ContextCleaner$$keepCleaning(ContextCleaner.scala:116)
>         at
> org.apache.spark.ContextCleaner$$anon$3.run(ContextCleaner.scala:64)
>
> has anyone met this before?
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/sbt-run-with-spark-ContextCleaner-ERROR-tp5304.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>

Reply via email to