[ 
https://issues.apache.org/jira/browse/MAHOUT-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411986#comment-13411986
 ] 

Hudson commented on MAHOUT-1044:
--------------------------------

Integrated in Mahout-Quality #1580 (See 
[https://builds.apache.org/job/Mahout-Quality/1580/])
    MAHOUT-1044 Fix bad variable expansion in CLASSPATH (Revision 1360362)

     Result = SUCCESS
srowen : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1360362
Files : 
* /mahout/trunk/bin/mahout

                
> 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