Skip to content

Instantly share code, notes, and snippets.

@ngtk
Last active December 29, 2015 07:39
Show Gist options
  • Select an option

  • Save ngtk/7637530 to your computer and use it in GitHub Desktop.

Select an option

Save ngtk/7637530 to your computer and use it in GitHub Desktop.
Install mahout manually
wget http://ftp.riken.jp/net/apache/mahout/0.7/mahout-distribution-0.7-src.tar.gz
tar -xzf mahout-distribution-0.7-src.tar.gz
cd mahout-distribution-0.7
mvn install -DskipTests
sudo mv ../mahout-distribution-0.7 /usr/local/mahout
echo \#\#\ Mahout >> ~/.bashrc
echo export\ PATH=/usr/local/mahout/bin:\$PATH >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment