Skip to content

Instantly share code, notes, and snippets.

@dhirajforyou
Created April 15, 2016 03:03
Show Gist options
  • Save dhirajforyou/6ff1e47852a100365e8be96a3a52be0c to your computer and use it in GitHub Desktop.
Save dhirajforyou/6ff1e47852a100365e8be96a3a52be0c to your computer and use it in GitHub Desktop.
Creating Mahout Jar
# Get maven and git installed/ built from source
cd ~/Documents
git clone https://github.com/apache/mahout.git
cd mahout
mvn clean package
# For specific jars: ex. mahout-math jar
# cd math
# mvn clean package
# ls target mahout-math-0.12-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment