Yann Moisan created MAHOUT-1044:
-----------------------------------
Summary: bin/mahout throws NoClassDefFoundError:
org/apache/hadoop/util/ProgramDriver
Key: MAHOUT-1044
URL: https://issues.apache.org/jira/browse/MAHOUT-1044
Project: Mahout
Issue Type: Bug
Components: CLI
Affects Versions: 0.7
Environment: Ubuntu 12.04
Reporter: Yann Moisan
bin/mahout throws NoClassDefFoundError: org/apache/hadoop/util/ProgramDriver
I think this is due to line 224
CLASSPATH="${CLASSPATH}:${MAHOUT_HOME/lib/hadoop/*}"
I fix the issue by moving the closing brace
CLASSPATH="${CLASSPATH}:${MAHOUT_HOME}/lib/hadoop/*"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira