[
https://issues.apache.org/jira/browse/NUTCH-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney resolved NUTCH-1503.
-----------------------------------------
Resolution: Fixed
Committed @revision 1420935 in 2.x head
Wiki page duly updated as well.
Thanks for the input Seb.
> 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
>
> Attachments: NUTCH-1503.patch, NUTCH-1503v2.patch
>
>
> 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