Re: Error in run spark.ContextCleaner under Spark 1.0.0

2014-06-23 Thread Andrew Or
Hi Haoming, You can safely disregard this error. This is printed at the end of the execution when we clean up and kill the daemon context cleaning thread. In the future it would be good to silence this particular message, as it may be confusing to users. Andrew 2014-06-23 12:13 GMT-07:00 Haomin

Error in run spark.ContextCleaner under Spark 1.0.0

2014-06-23 Thread Haoming Zhang
Hi all, I tried to run a simple Spark Streaming program with sbt. The compile process was correct, but when I run the program I will get an error: "ERROR spark.ContextCleaner: Error in cleaning thread" I'm not sure this is a bug or something, because I can get the running result as I expected,