Re: Developing a spark streaming application

2014-09-15 Thread Santiago Mola
Just for the record, this is being discussed at StackOverflow: http://stackoverflow.com/questions/25663026/developing-a-spark-streaming-application/25766618 2014-08-27 10:28 GMT+02:00 Filip Andrei : > Hey guys, so the problem i'm trying to tackle is the following: > > - I need

Developing a spark streaming application

2014-08-27 Thread Filip Andrei
streams.size(); i++) { result = result.union(streams.get(i)); } return result; } -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Developing-a-spark-streaming-application-tp12893.html Sent from the Apache Spark