I am trying to build Mahout version 0.9 and make it compatible with Hadoop 2.4.0. I unpacked mahout-distribution-0.9-src.tar.gz and then ran the following command:
mvn -Phadoop-0.23 clean install -Dhadoop.version=2.4.0 -DskipTests Then I get the following error: [ERROR] Failed to execute goal on project mahout-integration: Could not resolve dependencies for project org.apache.mahout:mahout-integration:jar:0.9: Could not find artifact org.apache.hadoop:hadoop-core:jar:2.4.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1] Any ideas what is causing this problem and how to fix it? Any advice would be much appreciated. Thanks, Andrew Botelho Intern EMC Corporation Education Services Email: [email protected]<mailto:[email protected]>
