[ 
https://issues.apache.org/jira/browse/MAHOUT-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved MAHOUT-1044.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8
         Assignee: Sean Owen

Yep, obvious error -- fixed it.
                
> 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
>            Assignee: Sean Owen
>             Fix For: 0.8
>
>
> 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

        

Reply via email to