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 <[email protected]> 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
>

Reply via email to