Re: Building Mahout Issue

2014-06-03 Thread Harsh J
This is not a Hadoop issue per-se. Its Mahout not having a build profile that supports hadoop-2. It appears this was only added for 1.0, per https://issues.apache.org/jira/browse/MAHOUT-1329. As a hack you could modify the 0.9's pom.xml to use hadoop-client instead of hadoop-core. You may have to

Building Mahout Issue

2014-06-02 Thread Botelho, Andrew
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