Re: Multiple operations on same DStream in Spark Streaming

2015-07-28 Thread Dean Wampler
ject not serializable >> exception because it's hard to share variables (such as average of first >> int >> in the batch) between workers and driver. Any suggestions? Thanks! >> >> >> >> -- >> View this message in context: >>

Re: Multiple operations on same DStream in Spark Streaming

2015-07-28 Thread Akhil Das
e > exception because it's hard to share variables (such as average of first > int > in the batch) between workers and driver. Any suggestions? Thanks! > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-operatio

Multiple operations on same DStream in Spark Streaming

2015-07-25 Thread foobar
ge of first int in the batch) between workers and driver. Any suggestions? Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-operations-on-same-DStream-in-Spark-Streaming-tp23995.html Sent from the Apache Spark User List mailing list archiv