Re: Stream are not serializable

2016-03-29 Thread hokam chauhan
Hi Crakjie, Did you find the solution for the below problems? Regards, Hokam -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Stream-are-not-serializable-tp25185p26630.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --

Re: Stream are not serializable

2015-10-23 Thread pratik khadloya
You might be referring to some class level variables from your code. I got to see the actual field which caused the error when i marked the class as serializable and run it on cluster. class MyClass extends java.io.Serializable The following resources will also help: https://youtu.be/mHF3UPqLOL8?

Re: Stream are not serializable

2015-10-23 Thread Ted Yu
Mind sharing your code, if possible ? Thanks On Fri, Oct 23, 2015 at 9:49 AM, crakjie wrote: > Hello. > > I have activated the file checkpointing for a DStream to unleach the > updateStateByKey. > My unit test worked with no problem but when I have integrated this in my > full stream I got this