Re: remote debugging

2016-05-19 Thread Flavio Pompermaier
You're welcome ;) On Thu, May 19, 2016 at 11:54 AM, Till Rohrmann wrote: > Thanks Flavio for adding the Eclipse section for remote debugging :-) > > On Tue, May 17, 2016 at 5:55 PM, Flavio Pompermaier > wrote: > > > Done ;) > > > > On Tue, May 17, 2016

Re: remote debugging

2016-05-19 Thread Till Rohrmann
Thanks Flavio for adding the Eclipse section for remote debugging :-) On Tue, May 17, 2016 at 5:55 PM, Flavio Pompermaier wrote: > Done ;) > > On Tue, May 17, 2016 at 5:37 PM, Robert Metzger > wrote: > > > Okay, I gave you permissions. > > > > On Tue

Re: remote debugging

2016-05-17 Thread Flavio Pompermaier
> > > > 2. Connection type 'Standard (Socket Attach)' > > > > > > 3. Connection properties *target.host.name-or-ip*/*5005* > > > (change > > > > > > *target.host.name-or-ip > > > > > > properly..

Re: remote debugging

2016-05-17 Thread Robert Metzger
project to debug > > > > > 2. Connection type 'Standard (Socket Attach)' > > > > > 3. Connection properties *target.host.name-or-ip*/*5005* > > (change > > > > > *target.host.name-or-ip > > > > > pr

Re: remote debugging

2016-05-17 Thread Flavio Pompermaier
oject to debug > > > > 2. Connection type 'Standard (Socket Attach)' > > > > 3. Connection properties *target.host.name-or-ip*/*5005* > (change > > > > *target.host.name-or-ip > > > > properly...)* > > > >

Re: remote debugging

2016-05-17 Thread Robert Metzger
operly...)* > > > 4. (Optional) If you see the error 'Multiple launchers available' > > > because you have bot Eclipse and scala debuggers click on Select > > one > > > and > > > select the right one (e.g. Eclipse JDT Launcher)

Re: remote debugging

2016-05-17 Thread Flavio Pompermaier
> properly...)* > > 4. (Optional) If you see the error 'Multiple launchers available' > > because you have bot Eclipse and scala debuggers click on Select > one > > and > > select the right one (e.g. Eclipse JDT Launcher) > > >

Re: remote debugging

2016-05-17 Thread Stefano Baghino
*target.host.name-or-ip*/*5005* (change > *target.host.name-or-ip > properly...)* > 4. (Optional) If you see the error 'Multiple launchers available' > because you have bot Eclipse and scala debuggers click on Select one > and > select the right one

Re: remote debugging

2016-05-17 Thread Flavio Pompermaier
on Select one and select the right one (e.g. Eclipse JDT Launcher) Unofrtunately remote debugging is not possible with Flink UDF (or at least I didn't manage to debug it from Eclipse). Best, Flavio On Tue, May 17, 2016 at 11:24 AM, Stephan Ewen wrote: > Hey Stefano! > > I t

Re: remote debugging

2016-05-17 Thread Stefano Baghino
a page in the > > Flink Wiki to document this. > > > > If you have a few moments, would be great if you could add your > description > > there: > > > > > https://cwiki.apache.org/confluence/display/FLINK/Remote+Debugging+of+Flink+Clusters > > (it is link

Re: remote debugging

2016-05-17 Thread Greg Hogan
ge in the > Flink Wiki to document this. > > If you have a few moments, would be great if you could add your description > there: > > https://cwiki.apache.org/confluence/display/FLINK/Remote+Debugging+of+Flink+Clusters > (it is linked from the front page > https://cwiki.ap

Re: remote debugging

2016-05-17 Thread Maximilian Michels
Thanks for documenting, Stefano! I remember, this came in very handy when debugging the Yarn integration and tests. On Tue, May 17, 2016 at 12:32 PM, Stefano Baghino wrote: > > It's there, I've left the Eclipse paragraph empty, unfortunately I have no > experience with remote

Re: remote debugging

2016-05-17 Thread Stefano Baghino
It's there, I've left the Eclipse paragraph empty, unfortunately I have no experience with remote debugging using it. On Tue, May 17, 2016 at 12:29 PM, Stephan Ewen wrote: > Super, thanks! > > On Tue, May 17, 2016 at 11:32 AM, Stefano Baghino < > stefano.bagh...@radic

Re: remote debugging

2016-05-17 Thread Stephan Ewen
e: > > > Hey Stefano! > > > > I think that question is bound to come up again. I created a page in the > > Flink Wiki to document this. > > > > If you have a few moments, would be great if you could add your > description > > there: > > > > >

Re: remote debugging

2016-05-17 Thread Stefano Baghino
> > If you have a few moments, would be great if you could add your description > there: > > https://cwiki.apache.org/confluence/display/FLINK/Remote+Debugging+of+Flink+Clusters > (it is linked from the front page > https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+H

Re: remote debugging

2016-05-17 Thread Stephan Ewen
Hey Stefano! I think that question is bound to come up again. I created a page in the Flink Wiki to document this. If you have a few moments, would be great if you could add your description there: https://cwiki.apache.org/confluence/display/FLINK/Remote+Debugging+of+Flink+Clusters (it is linked

Re: remote debugging

2016-05-16 Thread Vijay Srinivasaraghavan
Awesome, thanks Stefano!! On Monday, May 16, 2016 9:57 AM, Stefano Baghino wrote: I had to do it a couple of times. Wonderful experience to understand the inner workings of Flink and explore it while running. I don't know if there's a preferred way to do this but this is how I did it:

Re: remote debugging

2016-05-16 Thread Stefano Baghino
I had to do it a couple of times. Wonderful experience to understand the inner workings of Flink and explore it while running. I don't know if there's a preferred way to do this but this is how I did it: Edit the run configurations in IntelliJ, click the + icon in the upper left corner, choose the

remote debugging

2016-05-16 Thread Vijay Srinivasaraghavan
How do I attach remote debugger to running Flink cluster from IntelliJ? Appreciate if anyone could share the steps? RegardsVijay