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 2999e14 Merge pull request #363 from
sebastian-nagel/NUTCH-2616-exchange-route-deletions
add 01c03e5 NUTCH-2152 CommonCrawl dump via Service endpoint - apply
patch contributed Sujen Shah
new 2f9110c Merge pull request #355 from sebastian-nagel/NUTCH-2152
The 1 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:
src/java/org/apache/nutch/service/NutchServer.java | 2 +
.../{NutchReader.java => impl/ServiceWorker.java} | 39 ++++++----
.../request/{DbQuery.java => ServiceConfig.java} | 38 +++++-----
.../nutch/service/model/response/ServiceInfo.java} | 17 ++---
.../nutch/service/resources/ServicesResource.java | 84 ++++++++++++++++++++++
.../apache/nutch/tools/CommonCrawlDataDumper.java | 74 ++++++++++++++++++-
6 files changed, 210 insertions(+), 44 deletions(-)
copy src/java/org/apache/nutch/service/{NutchReader.java =>
impl/ServiceWorker.java} (55%)
copy src/java/org/apache/nutch/service/model/request/{DbQuery.java =>
ServiceConfig.java} (78%)
copy src/{test/org/apache/nutch/crawl/DummyWritable.java =>
java/org/apache/nutch/service/model/response/ServiceInfo.java} (74%)
create mode 100644
src/java/org/apache/nutch/service/resources/ServicesResource.java