Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 799 Bytes

developer_notes.md

File metadata and controls

22 lines (12 loc) · 799 Bytes

Contents

Developer notes

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