You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by af...@apache.org on 2011/12/22 21:39:12 UTC

svn commit: r1222434 - /incubator/accumulo/branches/1.3/bin/start-here.sh

Author: afuchs
Date: Thu Dec 22 20:39:12 2011
New Revision: 1222434

URL: http://svn.apache.org/viewvc?rev=1222434&view=rev
Log:
ACCUMULO-234

Modified:
    incubator/accumulo/branches/1.3/bin/start-here.sh

Modified: incubator/accumulo/branches/1.3/bin/start-here.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/bin/start-here.sh?rev=1222434&r1=1222433&r2=1222434&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/bin/start-here.sh (original)
+++ incubator/accumulo/branches/1.3/bin/start-here.sh Thu Dec 22 20:39:12 2011
@@ -39,6 +39,7 @@ for host in $HOSTS
 do
     if grep -q "^${host}\$" $ACCUMULO_HOME/conf/masters
     then
+       ${bin}/accumulo org.apache.accumulo.server.master.state.SetGoalState NORMAL
        ${bin}/start-server.sh $host master
        break
     fi