You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Yann Moisan (JIRA)" <ji...@apache.org> on 2012/07/11 16:34:33 UTC

[jira] [Created] (MAHOUT-1044) bin/mahout throws NoClassDefFoundError: org/apache/hadoop/util/ProgramDriver

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

        

[jira] [Commented] (MAHOUT-1044) bin/mahout throws NoClassDefFoundError: org/apache/hadoop/util/ProgramDriver

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Resolved] (MAHOUT-1044) bin/mahout throws NoClassDefFoundError: org/apache/hadoop/util/ProgramDriver

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
     [ 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