You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Eli Collins <el...@cloudera.com> on 2011/09/01 04:44:54 UTC

Building the old MR code

How do you build the old MR code nowadays?

The wiki suggests using ant -Dresolvers=internal veryclean test in
hadoop-mapreduce-project but that results in a handful of unresolved
hadoop dependencies. (After using mvn test -DskipTests in the root
directory).

Thanks,
Eli

Re: Building the old MR code

Posted by Arun Murthy <ac...@hortonworks.com>.
You need to run 'mvn install' first to get MR2 installed first. Use
-P-cbuild to skip the LTC build.

Sent from my iPhone

On Aug 31, 2011, at 7:45 PM, Eli Collins <el...@cloudera.com> wrote:

> How do you build the old MR code nowadays?
>
> The wiki suggests using ant -Dresolvers=internal veryclean test in
> hadoop-mapreduce-project but that results in a handful of unresolved
> hadoop dependencies. (After using mvn test -DskipTests in the root
> directory).
>
> Thanks,
> Eli