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
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
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
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