Building hadoop mapreduce in Eclipse indigo

982 views Asked by At

I can't compile Hadoop MapReduce on Eclipse. Can anyone help me?

1

There are 1 answers

0
michaelliu On

Your error log indicates a project dependency issue. Have you tried the steps on Hadoop wiki, especially below commands which generates eclipse .project and .classpath files for you?

$ mvn install -DskipTests
$ mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true

More info on http://wiki.apache.org/hadoop/HowToContribute and http://wiki.apache.org/hadoop/EclipseEnvironment.