Author: gsingers
Date: Fri May 20 20:08:51 2011
New Revision: 1125539

URL: http://svn.apache.org/viewvc?rev=1125539&view=rev
Log:
MAHOUT-694: partial fix for the local mode

Modified:
    mahout/trunk/examples/bin/build-reuters.sh

Modified: mahout/trunk/examples/bin/build-reuters.sh
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/bin/build-reuters.sh?rev=1125539&r1=1125538&r2=1125539&view=diff
==============================================================================
--- mahout/trunk/examples/bin/build-reuters.sh (original)
+++ mahout/trunk/examples/bin/build-reuters.sh Fri May 20 20:08:51 2011
@@ -21,6 +21,7 @@
 #
 # To run:  change into the mahout directory and type:
 #  examples/bin/build-reuters.sh
+# or run from the examples/bin directory directly.
 
 if [ "$1" = "-ni" ]; then
   clustertype=kmeans
@@ -53,7 +54,7 @@ cd ../..
 
 ./bin/mahout org.apache.lucene.benchmark.utils.ExtractReuters \
   ./examples/bin/work/reuters-sgm/ \
-  ./examples/bin/work/reuters-out/ \
+  ./examples/bin/work/reuters-out \
 && \
 ./bin/mahout seqdirectory \
   -i ./examples/bin/work/reuters-out/ \


Reply via email to