Re: Exception when trying to run flink twitter example

2017-08-22 Thread Krishnanand Khambadkone
Till,  Thank you for the prompt response.  Yes, including the build.properties (version = 2.2.0) made the exception go away.  Now no exception but no tweets output either.  The program just sits there doing nothing.  I have not specified an output directory so the tweets are sent to stdout.   

Re: Exception when trying to run flink twitter example

2017-08-22 Thread Till Rohrmann
Hi Krishnanand, could you check that you have the build.properties file in you fat jar containing the field version=? Cheers, Till On Tue, Aug 22, 2017 at 6:19 PM, Krishnanand Khambadkone < kkhambadk...@yahoo.com> wrote: > Hi, I have created a fat jar with my twitterexample classes and am >

Exception when trying to run flink twitter example

2017-08-22 Thread Krishnanand Khambadkone
Hi,  I have created a fat jar with my twitterexample classes and am running it like this,  ~/flink-1.3.2/build-target/bin/flink run -c TwitterExample ./flinktwitter.jar  --twitter-source.consumerKey --twitter-source.consumerSecret --twitter-source.token --twitter-source.tokenSecret I am