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 git://github.com/apache/hadoop-common

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

[jira] Created: (HADOOP-7062) Single Noe Setup example command line error

2010-12-13 Thread Chet Wang (JIRA)
Single Noe Setup example command line error --- Key: HADOOP-7062 URL: https://issues.apache.org/jira/browse/HADOOP-7062 Project: Hadoop Common Issue Type: Improvement Components: documentatio

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