same problem +1,
though does not change the program result
--
Nan Zhu
On Tuesday, May 6, 2014 at 11:58 PM, Tathagata Das wrote:
> Okay, this needs to be fixed. Thanks for reporting this!
>
>
>
> On Mon, May 5, 2014 at 11:00 PM, wxhsdp (mailto:wxh...@gmail.com)> wrote:
> > Hi, TD
> >
>
Okay, this needs to be fixed. Thanks for reporting this!
On Mon, May 5, 2014 at 11:00 PM, wxhsdp wrote:
> Hi, TD
>
> i tried on v1.0.0-rc3 and still got the error
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/sbt-run-with-spark-ContextCleaner-
Hi, TD
i tried on v1.0.0-rc3 and still got the error
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/sbt-run-with-spark-ContextCleaner-ERROR-tp5304p5421.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
Well there has been more bug fixes added to RC3 as well. So its best to try
out the current master and let us know whether you still get the scary logs.
TD
On Sun, May 4, 2014 at 3:52 AM, wxhsdp wrote:
> Hi, TD
>
> actually, i'am not very clear with my spark version. i check out from
> https:/
Hi, TD
actually, i'am not very clear with my spark version. i check out from
https://github.com/apache/spark/trunk on Apr 30.
please tell me from where do you get the version Spark 1.0 RC3
i do not call sparkContext.stop. now i add it to the end of my code
here's the log
14/05/04 18:48:21 INFO
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 wrote:
> Hi, all
>
> i use sbt to ru