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
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
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
>
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