Re: How to Start Hadoop Cluster from source code in Eclipse

2007-06-22 Thread KrzyCube
nd=n,address=" for the >>>java command. Specify the of you choice in it. On the server >>>where you are running both the namenode/jobnode there will be a conflict >>>as the same port would be specified. So you will have to do some >>>intelligent scripting to take

Re: How to Start Hadoop Cluster from source code in Eclipse

2007-06-21 Thread KrzyCube
rt you can attach eclipse debugger to that machine's and set >>breakpoints. Till this part you can debug all the things before map >>reduce tasks. Mapp reduce tasks run in separate process, for debugging >>them you will have to figure out yourself. >> >>The best way

Re: How to Start Hadoop Cluster from source code in Eclipse

2007-06-21 Thread Konstantin Shvachko
(as the above link says). I think by that approach you can fix any map-reduce related problems and for other purely distributed kind of problems you can follow the second approach. ~ Neeraj -Original Message- From: KrzyCube [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 2:08 AM

RE: How to Start Hadoop Cluster from source code in Eclipse

2007-06-21 Thread Mahajan, Neeraj
nd of problems you can follow the second approach. ~ Neeraj -Original Message- From: KrzyCube [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 2:08 AM To: [email protected] Subject: How to Start Hadoop Cluster from source code in Eclipse Hi,all: I am using Eclipse to

How to Start Hadoop Cluster from source code in Eclipse

2007-06-21 Thread KrzyCube
ow-to-Start-Hadoop-Cluster-from-source-code-in-Eclipse-tf3957457.html#a11229322 Sent from the Hadoop Users mailing list archive at Nabble.com.