You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "behnam nikbakht (Created) (JIRA)" <ji...@apache.org> on 2012/03/12 09:45:41 UTC

[jira] [Created] (NUTCH-1309) fetch queue management

fetch queue management
----------------------

                 Key: NUTCH-1309
                 URL: https://issues.apache.org/jira/browse/NUTCH-1309
             Project: Nutch
          Issue Type: Improvement
          Components: fetcher
    Affects Versions: 1.4
            Reporter: behnam nikbakht


when run fetch in hadoop with multiple concurrent mapper, there are multiple independent fetchQueues that make hard to manage them. i suggest that construct fetchQueues before begin of run with this line:
    feeder = new QueueFeeder(input, fetchQueues, threadCount * 50);


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira