You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/12/11 21:13:21 UTC

[jira] [Created] (NUTCH-1503) Configuration properties not in sync between FetcherReducer and nutch-default.xml

Lewis John McGibbney created NUTCH-1503:
-------------------------------------------

             Summary: Configuration properties not in sync between FetcherReducer and nutch-default.xml
                 Key: NUTCH-1503
                 URL: https://issues.apache.org/jira/browse/NUTCH-1503
             Project: Nutch
          Issue Type: Bug
          Components: fetcher
    Affects Versions: 2.1
            Reporter: Lewis John McGibbney
            Assignee: Lewis John McGibbney
            Priority: Minor
             Fix For: 2.2


FetcherReducer.java

Bug: Following properties appear in FetcherReducer but not in nutch-default.xml
{code}
290       useHostSettings = conf.getBoolean("fetcher.queue.use.host.settings", false);
300       this.timelimit = conf.getLong("fetcher.timelimit", -1);
450       this.byIP = conf.getBoolean("fetcher.threads.per.host.by.ip", true);
698       timelimit = context.getConfiguration().getLong("fetcher.timelimit", -1); 
{code}

Therefore they cannot be used properly in code execution and must be updated, removed and/or added to nutch-default.xml.
Patch coming up just now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira