Re: Launching Flink server from IntelliJ

2019-08-14 Thread Till Rohrmann
Hi Ramayan, you can start a random example [1] from the IDE. The local execution environment will start a MiniCluster to execute the Flink job in the process started by the IDE. [1] https://github.com/apache/flink/tree/master/flink-examples Cheers, Till On Wed, Aug 14, 2019 at 12:20 AM Ramayan

Launching Flink server from IntelliJ

2019-08-13 Thread Ramayan Tiwari
Hello, Is there any documentation around launching Flink service from Intellij (VM args, Main class etc)? I have found the documentation on remote debugging , but couldn't find steps to launch Flink from source,