This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from 75daf3e Merge pull request #706 from sebastian-nagel/NUTCH-2865
new 1e7eb52 NUTCH-2867 Support for custom HostDb aggregators (patch
contributed by markus)
new ad44f55 NUTCH-2867 Support for custom HostDb aggregators - apply code
formatting - complete documentation
new 9909a61 NUTCH-2867 Support for custom HostDb aggregators - rename
aggregator interface
new 5f6f627 NUTCH-2867 Support for custom HostDb aggregators - rename
aggregator interface in documentation
new ebf3036 NUTCH-2867 Support for custom HostDb aggregators - complete
Javadoc
new ff800c5 Merge pull request #705 from sebastian-nagel/NUTCH-2867
The 3242 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
conf/nutch-default.xml | 11 ++++
.../apache/nutch/hostdb/CrawlDatumProcessor.java} | 32 ++++++-----
.../hostdb/FetchOverdueCrawlDatumProcessor.java | 62 ++++++++++++++++++++++
src/java/org/apache/nutch/hostdb/UpdateHostDb.java | 1 +
.../apache/nutch/hostdb/UpdateHostDbReducer.java | 48 ++++++++++++++++-
5 files changed, 136 insertions(+), 18 deletions(-)
copy
src/{plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient/HttpAuthentication.java
=> java/org/apache/nutch/hostdb/CrawlDatumProcessor.java} (57%)
create mode 100644
src/java/org/apache/nutch/hostdb/FetchOverdueCrawlDatumProcessor.java