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 the

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 cou