Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Created January 4, 2014 15:46
Show Gist options
  • Select an option

  • Save bugcy013/8256659 to your computer and use it in GitHub Desktop.

Select an option

Save bugcy013/8256659 to your computer and use it in GitHub Desktop.
To grab and build, run the following:
~> git clone https://github.com/QwertyManiac/mahout-cdh4.git
~> cd mahout-cdh4/
~> mvn -Phadoop-0.23 -DskipTests -Dhadoop.version=2.0.0-mr1-cdh4.4.0 -Dmahout.skip.distribution=false clean package
~> cd distribution/target
~> ls -l mahout-distribution-0.8.tar.gz
The resulting release can be found under distribution/target directory after the build succeeds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment