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 Tiwari 
wrote:

> Hello,
>
> Is there any documentation around launching Flink service from Intellij (VM
> args, Main class etc)? I have found the documentation on remote debugging
> <
> https://cwiki.apache.org/confluence/display/FLINK/Remote+Debugging+of+Flink+Clusters
> >,
> but couldn't find steps to launch Flink from source, any pointers?
>
> I am new to Flink and trying to launch Flink in debug mode to be able to
> step through some of server side code for understanding the internals. Any
> resource to get started would be appreciated.
>
> Thanks
> 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, any pointers?

I am new to Flink and trying to launch Flink in debug mode to be able to
step through some of server side code for understanding the internals. Any
resource to get started would be appreciated.

Thanks
Ramayan