You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/05 21:49:01 UTC

svn commit: r1227826 - /incubator/accumulo/branches/1.3/bin/config.sh

Author: ecn
Date: Thu Jan  5 20:49:00 2012
New Revision: 1227826

URL: http://svn.apache.org/viewvc?rev=1227826&view=rev
Log:
ACCUMULO-268 do not turn on the tracer by default

Modified:
    incubator/accumulo/branches/1.3/bin/config.sh

Modified: incubator/accumulo/branches/1.3/bin/config.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/bin/config.sh?rev=1227826&r1=1227825&r2=1227826&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/bin/config.sh (original)
+++ incubator/accumulo/branches/1.3/bin/config.sh Thu Jan  5 20:49:00 2012
@@ -107,6 +107,6 @@ if [ -f "$ACCUMULO_HOME/conf/monitor" ];
     MONITOR=`grep -v '^#' "$ACCUMULO_HOME/conf/monitor" | head -1`
 fi
 if [ ! -f "$ACCUMULO_HOME/conf/tracers" ]; then
-    echo "$MASTER1" > "$ACCUMULO_HOME/conf/tracers"
+    echo > "$ACCUMULO_HOME/conf/tracers"
 fi
 SSH='ssh -qnf'