Re: Got the exception when joining RDD with spark streamRDD

2015-06-18 Thread Davies Liu
This seems be a bug, could you file a JIRA for it? RDD should be serializable for Streaming job. On Thu, Jun 18, 2015 at 4:25 AM, Groupme wrote: > Hi, > > > I am writing pyspark stream program. I have the training data set to compute > the regression model. I want to use the stream data set to t

Got the exception when joining RDD with spark streamRDD

2015-06-18 Thread Groupme
Hi, I am writing pyspark stream program. I have the training data set to compute the regression model. I want to use the stream data set to test the model. So, I join with RDD with the StreamRDD, but i got the exception. Following are my source code, and the exception I got. Any help is appreciat