Re: Help in running hadoop from eclipse

2009-08-07 Thread ashish pareek
Thanks Aron :) I got external debugging tool working with eclipse. But would like to know if I can debug entire Hadoop code instead of just NameNode and if yes how ? Thanks to you all Regards, Ashish On Fri, Aug 7, 2009 at 9:34 AM, ashish pareek pareek...@gmail.com wrote:

Re: Help in running hadoop from eclipse

2009-08-06 Thread Aaron Kimball
May I ask why you're trying to run the NameNode in Eclipse? This is likely going to cause you lots of classpath headaches. I think your current problem is that it can't find its config files, so it's not able to read in the strings for what addresses it should listen on. If you want to see what's

Re: Help in running hadoop from eclipse

2009-08-06 Thread Aaron Kimball
May I ask why you're trying to run the NameNode in Eclipse? This is likely going to cause you lots of classpath headaches. I think your current problem is that it can't find its config files, so it's not able to read in the strings for what addresses it should listen on. If you want to see what's

Re: Help in running hadoop from eclipse

2009-08-06 Thread ashish pareek
Thanks to you Aaron, but whats the procedure for external debugging ? what project name should be specified ? and what more information i need to fill in remote debugging options Regards, Ashish. On Thu, Aug 6, 2009 at 11:22 PM, Aaron Kimball aa...@cloudera.com wrote: May I ask why you're

Help in running hadoop from eclipse

2009-08-05 Thread ashish pareek
Hi Everybody, I am trying to run hadoop from eclipse... but when i run NmaeNode.java as java appliaction i get following error. Please help in getting rid of this problem. 2009-08-05 23:42:00,760 INFO dfs.NameNode (StringUtils.java:startupShutdownMessage(464)) -