You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Jay Vyas <ja...@gmail.com> on 2014/03/28 15:28:25 UTC

apache maven repo: Hadoop 2.2 compilations?

Does the apache maven release repo contain hadoop 2x compiled jars?  Or
shall we just compile those manually?

-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: apache maven repo: Hadoop 2.2 compilations?

Posted by Andrew Musselman <an...@gmail.com>.
We're not providing artifacts that work with Hadoop 2 yet, but work off of
trunk and use the hadoop2.version property to define your Hadoop version:

mvn clean install -Dhadoop2.version=2.x.x -DskipTests=true

On CDH you'll need to add the Cloudera repo to the root pom and use the
custom version name like so:

<repository>
  <id>cloudera</id>
  <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>

mvn clean install -Dhadoop2.version=2.x.x-cdh4.x.x -DskipTests=true



On Fri, Mar 28, 2014 at 7:28 AM, Jay Vyas <ja...@gmail.com> wrote:

> Does the apache maven release repo contain hadoop 2x compiled jars?  Or
> shall we just compile those manually?
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com
>