Setting up the Mahout development environment
In this recipe, we are going to take a look at how to set up the Mahout development environment.
Getting ready
To perform this recipe, you should have a running Hadoop cluster.
How to do it...
Setting up the Mahout environment is very easy:
- To start with, we first need to download the latest version of Mahout from http://www.apache.org/dyn/closer.cgi/mahout/.
- I am going to use version 0.11.1 ,which can be found at http://www.eu.apache.org/dist/mahout/0.11.1/apache-mahout-distribution-0.11.1.tar.gz.
- Next, unzip the tar and rename the folder as Mahout for simplicity's sake:
sudo tar -xzf apache-mahout-distribution-0.11.1.tar.gz sudo mv apache-mahout-distribution-0.11.1 mahout
- To use the Mahout commands from ...
Get Hadoop: Data Processing and Modelling now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.