Re: errors after updating master branch

2015-11-02 Thread Stephan Ewen
Good to hear! On Mon, Nov 2, 2015 at 3:38 PM, Daniel Blazevski wrote: > Thanks for the responses. > > In IntelliJ, I tried: > File-->Invalidate Cahces / Restart --> Just Restart > and was able build the updated master branch, and the old FLINK-1745 > branch. > > Cheers, > Dan > > > On Mon, Nov 2

Re: errors after updating master branch

2015-11-02 Thread Daniel Blazevski
Thanks for the responses. In IntelliJ, I tried: File-->Invalidate Cahces / Restart --> Just Restart and was able build the updated master branch, and the old FLINK-1745 branch. Cheers, Dan On Mon, Nov 2, 2015 at 6:04 PM, Sachin Goel wrote: > I've observed this sometimes too. Command line buil

Re: errors after updating master branch

2015-11-02 Thread Sachin Goel
I've observed this sometimes too. Command line build succeeds, however IntelliJ build fails. The method suggested by Stephan doesn't work for me usually. However, recreating the project from scratch takes at most 30-40 seconds, so I do just that. :) -- Sachin Goel Computer Science, IIT Delhi m. +9

Re: errors after updating master branch

2015-11-02 Thread Stephan Ewen
I have seen something like that before in IntelliJ as well. I think under some circumstances the IntelliJ project settings and caches can be come corrupt. I tried the following: - Use the option "Restart and clear caches" - Use maven->reimport project That did the trick for me. Hope it works

Re: errors after updating master branch

2015-11-02 Thread Daniel Blazevski
P.S. minor typo, a slightly better chart than (1) pull master branch + build --- > (2) create new branch ---> (3) make pull request ---> (4) update master ---> (5) create new branch > repeat is (1) clone master branch + build --- > (2) create new branch ---> (3) make pull request ---> (4)

errors after updating master branch

2015-11-02 Thread Daniel Blazevski
Hello, I recently made a pull request for an exact knn algorithm, and have been considering to start on the approximate knn algorithm and had an issue with updating the master branch of Flink. I am curious to know what best practices are in terms of keeping up to date with the master branch to av