You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Jim Donahue <jd...@adobe.com> on 2014/06/03 18:20:03 UTC

sbt run with spark.ContextCleaner ERROR

This was posted before, but I couldn't find an answer (http://mail-archives.apache.org/mod_mbox/incubator-spark-user/201405.mbox/%3C1399196458177-5304.post@n3.nabble.com%3E)


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)



Now I'm seeing it.