I'm new at Mahout
and Hadoop
.
I've successfully installed Hadoop Cluster
with 3 machines, and the cluster is running fine, and I just installed Mahout
on the Main namenode for "testing purposes", and I followed the instructions of installation and set the JAVA_HOME
, but when I try to run classify-20newsgroups.sh
it goes and download the dataset
but after that I get the following error:
Error: JAVA_HOME is not set
Then I've revised the .bashrc
and confirmed that the JAVA_HOME
is set correctly, but it doesn't help.
Also how do I verify that Mahout
is configured to run on Hadoop
correctly and do you know of any example that can verify this configuration or environment?