Re: I coded an example to use Twitter stream as a data source for Spark

2015-12-23 Thread Amir Rahnama
Thats my goal brother. But lets agree spark is not a very straight forward repo to get yourself started. I have got some initiaƶ code though. On Wednesday, 23 December 2015, Akhil Das wrote: > Why not create a custom dstream >

Re: I coded an example to use Twitter stream as a data source for Spark

2015-12-22 Thread Akhil Das
Why not create a custom dstream and generate the data from there itself instead of spark connecting to a socket server which will be fed by another twitter client? Thanks Best Regards On Sat, Dec 19, 2015 at 5:47 PM, Amir Rahna