You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2011/05/04 23:13:15 UTC

svn commit: r1099609 - /mahout/trunk/bin/mahout

Author: srowen
Date: Wed May  4 21:13:14 2011
New Revision: 1099609

URL: http://svn.apache.org/viewvc?rev=1099609&view=rev
Log:
MAHOUT-680 part 2, add CLASSPATH back

Modified:
    mahout/trunk/bin/mahout

Modified: mahout/trunk/bin/mahout
URL: http://svn.apache.org/viewvc/mahout/trunk/bin/mahout?rev=1099609&r1=1099608&r2=1099609&view=diff
==============================================================================
--- mahout/trunk/bin/mahout (original)
+++ mahout/trunk/bin/mahout Wed May  4 21:13:14 2011
@@ -212,7 +212,7 @@ else
     echo "ERROR: Could not find mahout-examples-*.job in $MAHOUT_HOME or $MAHOUT_HOME/examples/target, please run 'mvn install' to create the .job file"
     exit 1
   else
-    export HADOOP_CLASSPATH=$MAHOUT_CONF_DIR:${HADOOP_CLASSPATH}
+    export HADOOP_CLASSPATH=$MAHOUT_CONF_DIR:${HADOOP_CLASSPATH}:$CLASSPATH
     if [ "$1" = "hadoop" ]; then
       exec "$HADOOP_HOME/bin/$@"
     else