Re: Develop/Test within IDE

2016-05-21 Thread Márton Balassi
Hey Vijay, Depending on the local dependencies is one way to do this. IMHO the more straight-forward way is to simply place your tests within your version of Flink in the same project. That way the IDE will use the right version of the artifact when executing the test. Best, Marton On Sat, May

Develop/Test within IDE

2016-05-21 Thread Vijay Srinivasaraghavan
Folks, I am making some code changes to "flink-runtime" module. I am able to test/debug my changes from IDE (IntelliJ) using remote debug option (test Job Manager/Task Manager runtime/startup). Steps followed...1) git clone flink... 2) Import Flink maven project from IntelliJ3) Made some code ch