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}