[ 
https://issues.apache.org/jira/browse/NUTCH-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated NUTCH-1503:
----------------------------------------

    Attachment: NUTCH-1503v2.patch

trivial patch to merely add fetcher.queue.use.host.settings to 
nutch-default.xml. As Seb mentioned the other properties are either internal, 
used within FetcherJob or deprecated and are useless to add.
I'll commit this just now.
                
> 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

Reply via email to