Author: fenglu
Date: Thu Sep 12 13:23:24 2013
New Revision: 1522566

URL: http://svn.apache.org/r1522566
Log:
NUTCH-1556 enabling updatedb to accept batchId

Modified:
    nutch/branches/2.x/src/bin/crawl

Modified: nutch/branches/2.x/src/bin/crawl
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/src/bin/crawl?rev=1522566&r1=1522565&r2=1522566&view=diff
==============================================================================
--- nutch/branches/2.x/src/bin/crawl (original)
+++ nutch/branches/2.x/src/bin/crawl Thu Sep 12 13:23:24 2013
@@ -141,7 +141,7 @@ do
 
   # updatedb with this batch
   echo "CrawlDB update for $CRAWL_ID"
-  $bin/nutch updatedb $commonOptions -batchId $batchId -crawlId $CRAWL_ID
+  $bin/nutch updatedb $commonOptions $batchId -crawlId $CRAWL_ID
 
   if [ $? -ne 0 ] 
   then exit $? 


Reply via email to