Re: Manipulate Twitter Stream Filter on runtime

2016-01-13 Thread Yogesh Mahajan
Hi Alem, I haven't tried it, but can you give a try and TwitterStream.clenup and add your modified filter if it works ? I am using twitter4j 4.0.4 with spark streaming. Regards, Yogesh Mahajan SnappyData Inc, snappydata.io On Mon, Jan 11, 2016 at 6:43 PM, Filli Alem wrote:

Manipulate Twitter Stream Filter on runtime

2016-01-11 Thread Filli Alem
Hi, I try to implement a twitter stream processing, where I would want to change the filtered keywords during run time. I implemented the twitter stream with a custom receiver which works fine. I'm stuck with the runtime alteration now. Any ideas? Thanks Alem