mahout安装
mahout分为源码安装,和二进制文件安装
在使用源码安装的时候需要,需要按转maven
在使用二进制文件安装时,只需要配置/et/profile 配置如下
#set mahout enviroment
export HADOOP_CONF_DIR=$HADOOP_HOME/conf
export MAHOUT_HOME=/home/hadoop/mahout-distribution-0.6
export MAHOUT_CONF_DIR=$MAHOUT_HOME/conf
export PATH=$MAHOUT_HOME/conf:$MAHOUT_HOME/bin:$PATH