RE: ResourceManager debugging

2014-08-02 Thread Naganarasimha G R (Naga)
ct: Re: ResourceManager debugging Hi Naga, Thanks a lot for your help. I have submitted multiple MapReduce jobs, the debugger is attached successfully to eclipse and I put a breakpoint in org.apache.hadoop.yarn.server.resourcemanager.ResourceManager, but, eclipse debugger still waits without any interr

Re: ResourceManager debugging

2014-08-02 Thread Yehia Elshater
artial disclosure, reproduction, > or dissemination) by persons other than the intended recipient(s) is > prohibited. If you receive this e-mail in error, please notify the sender > by phone or email immediately and delete it! > ------ > *From:* Yehia Elshate

RE: ResourceManager debugging

2014-08-02 Thread Naganarasimha G R (Naga)
If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! From: Yehia Elshater [y.z.elsha...@gmail.com] Sent: Saturday, August 02, 2014 09:22 To: user@hadoop.apache.org Subject: ResourceManager debugging Hi, I

ResourceManager debugging

2014-08-01 Thread Yehia Elshater
Hi, I am wondering how to remote debugging Yarn's RM using eclipse. I tried to adding the debugging options "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=1337" to YARN_OPTS but it did not work. Any suggestions ? Thanks