Setting up Mahout with Hadoop's fully-distributed mode
Once Apache Hadoop is successfully installed, we can integrate Apache Mahout with it using the following simple steps:
Download and install Apache Mahout.
Set the following environment variables:
HADOOP_CONF_DIR="[HADOOP INSTALLATION DIRECTORY]/etc/hadoop" HADOOP_HOME="[HADOOP INSTALLATION DIRECTORY]" MAHOUT_HOME="[MAHOUT INSTALLATION DIRECTORY]"