How can I remote debug application master

2013-11-25 Thread Jeff Zhang
Hi, I build a customized application master but have some issues, is it possible for me to remote debug the application master ? Thanks

Re: How can I remote debug application master

2013-11-26 Thread Harsh J
When constructing the AM's java command in your launcher/driver, you could add in your remote debug JVM arguments, which should work. On Tue, Nov 26, 2013 at 7:34 AM, Jeff Zhang wrote: > Hi, > > I build a customized application master but have some issues, is it possible > for me to remote debug

Re: How can I remote debug application master

2013-11-26 Thread Jeff Zhang
Thanks for the tips On Tue, Nov 26, 2013 at 6:17 PM, Harsh J wrote: > When constructing the AM's java command in your launcher/driver, you > could add in your remote debug JVM arguments, which should work. > > On Tue, Nov 26, 2013 at 7:34 AM, Jeff Zhang wrote: > > Hi, > > > > I build a customi