Developing Hadoop in Eclipse

2010-12-13 Thread A. Rasoolioskooei
Hi, I want to implement a new scheduling algorithm for Hadoop. So far I could install and work with SVN hadoop repository in Eclipse. As I know, in the new version of hadoop (0.21.0), it is possible to checkout one of MApReduce, HDFS, or Common projects. I checked out MapReduce one, and I

Re: Developing Hadoop in Eclipse

2010-12-13 Thread Harsh J
You can launch them (The daemons) from Eclipse itself -- there must be a launch target provided in 0.21 if am right, OR you can build a fresh tar using `ant tar` target. Schedulers are also pluggable in Hadoop, so you can develop one without needing to edit Hadoop's sources. Check contrib/ for

Failing to compile hadoop-common (trunk or 0.21)

2010-12-13 Thread Vivek Garg
Hello Everyone, I am new to Hadoop. I have been able to install it successfully. As a next step I have been trying to build the hadoop common from eclipse but running into some compile errors. Here is what I have done so far: 1. Cloned the git repository from