Skip to content

Instantly share code, notes, and snippets.

@mitmul
Created February 27, 2014 06:45
Show Gist options
  • Select an option

  • Save mitmul/9245531 to your computer and use it in GitHub Desktop.

Select an option

Save mitmul/9245531 to your computer and use it in GitHub Desktop.
$ wget wget http://archive.apache.org/dist/mahout/0.8/mahout-distribution-0.8-src.tar.gz
$ tar zxvf mahout-distribution-0.8-src.tar.gz
$ cd mahout-distribution-0.8
$ mvn clean
$ mvn -DskipTests compile
$ mvn -DskipTests package

put your own project to examples/src/main/java/

$ cd examples
$ mvn -DskipTests package

copy resulting jar file to where you want to place it

$ cp examples/target/mahout-examples-0.8-job.jar $PLACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment