Re: MRv2 Configuration in Eclipse

2011-08-15 Thread Praveen Sripati
Hi, I did spend some time on trying to run RM, NM and HS from within Eclipse, but got partial success. Here are the steps I followed (just in case someone is interested) - Got the code from SVN. - Ran the ant and mvn command for compiling Hadoop Common, HDFS and MapReduce. - Ran the 'mvn eclips

Re: MRv2 Configuration in Eclipse

2011-08-13 Thread Praveen Sripati
Hi, I am able to run the RM, NM and HS from Eclipse with a couple of settings and run the org.apache.hadoop.examples.RandomWriter from command promptusing the 'hadoop jar' command. Would be nice for easier development and debugging of these components. But, when I run the org.apache.hadoop.exampl

Re: MRv2 Configuration in Eclipse

2011-08-10 Thread Praveen Sripati
Arun, I did try it out for sometime, but didn't work. Need to get more into the code to fix the problem. It's real difficult to use some editor instead of an IDE to do the development, bug fixing or get familiar with the code. I was able to run the original MapReduce applications from within Ecl

Re: MRv2 Configuration in Eclipse

2011-08-09 Thread Arun C Murthy
Praveen, I'm not aware of any devs using eclipse to run MRv2, I haven't tried it myself. OTOH, if you do get to we are happy to follow your lead, please feel free to provide us instructions and we can update the README... thanks. Arun On Aug 9, 2011, at 7:39 PM, Praveen Sripati wrote: > Hi,