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 525e241 Merge pull request #382 from
sebastian-nagel/NUTCH-2634-ant-resolve-default
add 6f5c50e NUTCH-2644 CrawlDbReader -dump ignores filter options - need
to pass filter options via job configuration into mapper (modifying original
configuration does not have any effect)
add af37024 ProtocolStatusStatistics: job configuration should not be
static
add 497db00 NUTCH-2645 Webgraph tools ignore command-line options - must
set values of command-line options in job configuration to pass them to job
tasks - use separate job configuration for separate web graph jobs/steps - make
NodeDumper job/tool to log to stdout
new 0ce62e1 Merge pull request #383 from
sebastian-nagel/NUTCH-2644-crawldb-reader
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:
conf/log4j.properties | 1 +
src/java/org/apache/nutch/crawl/CrawlDbReader.java | 19 ++++++++-------
.../apache/nutch/scoring/webgraph/NodeDumper.java | 4 ++--
.../apache/nutch/scoring/webgraph/WebGraph.java | 28 ++++++++++++----------
.../nutch/util/ProtocolStatusStatistics.java | 4 +---
5 files changed, 29 insertions(+), 27 deletions(-)