Book Image

Apache Mahout Essentials

By : Jayani Withanawasam
Book Image

Apache Mahout Essentials

By: Jayani Withanawasam

Overview of this book

Table of Contents (13 chapters)
Apache Mahout Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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:

  1. Download and install Apache Mahout.

  2. Set the following environment variables:

    HADOOP_CONF_DIR="[HADOOP INSTALLATION DIRECTORY]/etc/hadoop"
    HADOOP_HOME="[HADOOP INSTALLATION DIRECTORY]"
    MAHOUT_HOME="[MAHOUT INSTALLATION DIRECTORY]"