Author: robinanil
Date: Fri Jun 8 16:22:57 2012
New Revision: 1348142
URL: http://svn.apache.org/viewvc?rev=1348142&view=rev
Log:
removing set -x in the last commit
Modified:
mahout/trunk/bin/mahout
Modified: mahout/trunk/bin/mahout
URL:
http://svn.apache.org/viewvc/mahout/trunk/bin/mahout?rev=1348142&r1=1348141&r2=1348142&view=diff
==============================================================================
--- mahout/trunk/bin/mahout (original)
+++ mahout/trunk/bin/mahout Fri Jun 8 16:22:57 2012
@@ -215,7 +215,6 @@ if [ -x "$HADOOP_BINARY" ] ; then
fi
if [ ! -x "$HADOOP_BINARY" ] || [ "$MAHOUT_LOCAL" != "" ] ; then
- set -x
if [ ! -x "$HADOOP_BINARY" ] ; then
echo "hadoop binary is not in PATH,HADOOP_HOME/bin,HADOOP_PREFIX/bin,
running locally"
elif [ "$MAHOUT_LOCAL" != "" ] ; then