Hi,

I run nutch with a nice shell script.
# shell script to loop nutch
while [ true ]
        do
                bin/nutch generate db segments -topN 10000
                s2=`ls -d segments/2* | tail -1`
                echo $s2
                bin/nutch fetch $s2
                bin/nutch updatedb db $s2
                bin/nutch analyze db 2
        done

How ever after a around 5 hours of fetching the fetching process hangs.
I only get the message fetch-list is empty but the fetcher is not finished.
Someone notice similar things?


Thanks!
Stefan

---------------------------------------------------------------
open technology:   http://www.media-style.com
open source:           http://www.weta-group.net
open discussion:    http://www.text-mining.org



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to