Contents
To build with Maven:
mvn install
If you see test failures and want to carry on anyway (Some tests are machine or locale dependent unfortunately):
mvn install -DskipTests
If you have trouble with the "mrunit" package which is listed on Maven central but doesn't seem to download, install it locally with this command:
mvn install:install-file -Dfile=missing_jars/mrunit-0.9.0-incubating-hadoop1.jar -DgroupId=org.apache.mrunit -DartifactId=mrunit -Dversion=0.9.0-incubating -Dpackaging=jar