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
;spark.driver.extraJavaOptions","-Dsun.io.serialization.extendedDebugInfo=true") >> >> .set("spark.executor.extraJavaOptions","-Dsun.io.serialization.extendedDebugInfo=true") >> >>

Re: Stream are not serializable

2015-10-23 Thread Ted Yu
executor.extraJavaOptions","-Dsun.io.serialization.extendedDebugInfo=true") > > to my spark conf to have more information, but it changes nothing ( it > should ) > > So how can I find which function or part of my stream is not serializable? >

Stream are not serializable

2015-10-23 Thread crakjie
.io.serialization.extendedDebugInfo=true") to my spark conf to have more information, but it changes nothing ( it should ) So how can I find which function or part of my stream is not serializable? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/