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/09/16 20:26:32 UTC

svn commit: r1171706 - /mahout/trunk/examples/bin/build-reuters.sh

Author: srowen
Date: Fri Sep 16 18:26:32 2011
New Revision: 1171706

URL: http://svn.apache.org/viewvc?rev=1171706&view=rev
Log:
MAHOUT-811 Don't delete work dir

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=1171706&r1=1171705&r2=1171706&view=diff
==============================================================================
--- mahout/trunk/examples/bin/build-reuters.sh (original)
+++ mahout/trunk/examples/bin/build-reuters.sh Fri Sep 16 18:26:32 2011
@@ -119,6 +119,3 @@ elif [ "x$clustertype" == "xlda" ]; then
 else 
   echo "unknown cluster type: $clustertype";
 fi 
-
-# Remove the work directory
-rm -rf ${WORK_DIR}