Created
April 15, 2016 03:03
-
-
Save dhirajforyou/6ff1e47852a100365e8be96a3a52be0c to your computer and use it in GitHub Desktop.
Creating Mahout Jar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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