Re: How to debug

2012-08-26 Thread Manoj Babu
No problem in it Harsh, I dint find it and so I have asked. On 26 Aug 2012 17:39, "Harsh J" wrote:

Re: How to debug

2012-08-26 Thread Harsh J
Manoj, This has been asked several times before. For example, see: http://search-hadoop.com/m/MKLlHC6WYx On Sun, Aug 26, 2012 at 1:15 PM, Manoj Babu wrote: > Hi Yaron, > > Will it work in pseudo mode also? > > Cheers! > Manoj. > > > > On Sun, Aug 26, 2012 at 12:36 PM, Yaron Gonen wrote: >> >> H

Re: How to debug

2012-08-26 Thread Manoj Babu
Hi Yaron, Will it work in pseudo mode also? Cheers! Manoj. On Sun, Aug 26, 2012 at 12:36 PM, Yaron Gonen wrote: > Hi, > First, add the following to mapred-site.xml : > > mapred.child.java.opts > -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,address= > 127.0.0.1:9987,suspend=y > > Now.

Re: How to debug

2012-08-26 Thread Yaron Gonen
Hi, First, add the following to mapred-site.xml : mapred.child.java.opts -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,address= 127.0.0.1:9987,suspend=y Now. add a "Remote Java Application" run configuration in eclipse. The "Conection Type" should be Standard (Socket Listen), and the port sh