Author: cutting
Date: Wed Sep 14 12:04:41 2005
New Revision: 280912

URL: http://svn.apache.org/viewcvs?rev=280912&view=rev
Log:
Stop jobtracker first, to stop tasks faster.

Modified:
    lucene/nutch/branches/mapred/bin/stop-all.sh

Modified: lucene/nutch/branches/mapred/bin/stop-all.sh
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/bin/stop-all.sh?rev=280912&r1=280911&r2=280912&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/bin/stop-all.sh (original)
+++ lucene/nutch/branches/mapred/bin/stop-all.sh Wed Sep 14 12:04:41 2005
@@ -5,7 +5,7 @@
 bin=`dirname $0`
 bin=`cd $bin; pwd`
 
-$bin/nutch-daemons.sh stop tasktracker
 $bin/nutch-daemon.sh stop jobtracker
+$bin/nutch-daemons.sh stop tasktracker
 $bin/nutch-daemon.sh stop namenode
 $bin/nutch-daemons.sh stop datanode


Reply via email to