|
I was able to install Mahout. However, I am having issue with path resolution. I followed instructions from here http://www.mapr.com/doc/display/MapR/Mahout When I follow the steps through
I receive the following output. (I added echos to the script in order to doublecheck path resolution
|
|
Most likely, you don't have one of the necessary environment variables set. Please make sure that you have all of the following environment variables set: export MAHOUT_HOME=/opt/mapr/mahout/mahout-0.5 Also, set JAVA_HOME accordingly. Note that the input path: By default, you should already have the /user directory on your mapr filesystem: You may or may not have /user/root |
|
Re:
You may or may not have /user/root
No matter, the program will create /user/root/examples/bin/work/20news-bydate/bayes-train-input and copy over the input files.
I see that this is not true on the MapR Ubuntu VMs for download from the MapR site.
You can use this as a workaround: Manually create the necessary directory structure on the mapr-fs: |