Re: Running stream examples (newbie)

2016-03-01 Thread Till Rohrmann
Errors shouldn't be reported because then it should not compile. However, the build process will produce some warnings which are not nice but don't affect the correctness of the build. Cheers, Till On Mar 1, 2016 3:38 AM, "Tara Athan" wrote: > This did the trick, thanks. I am able to run the str

Re: Running stream examples (newbie)

2016-02-29 Thread Tara Athan
This did the trick, thanks. I am able to run the streaming examples after invalidating caches, restarting and rebuild project. BTW I see a message that says 100 errors during compilation. Is that to be expected? Tara On 2/26/16 4:02 AM, Till Rohrmann wrote: I just tested executing a streami

Re: Running stream examples (newbie)

2016-02-26 Thread Till Rohrmann
I just tested executing a streaming example on the current master and everything worked. Can you try clearing the IntelliJ cache and rebuild the project? Cheers, Till On Thu, Feb 25, 2016 at 5:13 PM, Tara Athan wrote: > Hi, I am just exploring Flink, and have run into a curious issue. I have >

Running stream examples (newbie)

2016-02-25 Thread Tara Athan
Hi, I am just exploring Flink, and have run into a curious issue. I have cloned from github, checked out the release-1.0.0-rc1 branch, and built from command line - no errors. I am using IntelliJ. I first tried running some of the batch examples, and those run fine. Then I tried stream examples