You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by fe...@apache.org on 2013/09/12 15:23:24 UTC

svn commit: r1522566 - /nutch/branches/2.x/src/bin/crawl

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 $?