You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2018/06/21 14:37:14 UTC

[nutch] branch master updated (24ac4a0 -> 39da8c1)

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 24ac4a0  Merge pull request #344 from sebastian-nagel/NUTCH-2574-generator-max-count
     add 4a69dbc  NUTCH-2597: fixed cleanup()
     add 602ff0b  Fixes a few cleanup()'s and some cleanup of code
     new 39da8c1  Merge pull request #349 from sju/NUTCH-2597

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/crawl/CrawlDbReader.java | 62 ++++++++++------------
 src/java/org/apache/nutch/crawl/LinkDb.java        |  3 --
 src/java/org/apache/nutch/crawl/LinkDbReader.java  |  4 +-
 .../apache/nutch/hostdb/UpdateHostDbMapper.java    |  4 +-
 .../apache/nutch/hostdb/UpdateHostDbReducer.java   |  5 +-
 src/java/org/apache/nutch/indexer/CleaningJob.java | 11 ++--
 .../apache/nutch/scoring/webgraph/LinkDumper.java  |  3 --
 7 files changed, 41 insertions(+), 51 deletions(-)


[nutch] 01/01: Merge pull request #349 from sju/NUTCH-2597

Posted by sn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit 39da8c1addd3400e755f98a6947004f8c8f3d15f
Merge: 24ac4a0 602ff0b
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Thu Jun 21 16:37:10 2018 +0200

    Merge pull request #349 from sju/NUTCH-2597
    
    NUTCH-2597 NPE in updatehostdb:
    fixed cleanup() methods -> cleanup(context)

 src/java/org/apache/nutch/crawl/CrawlDbReader.java | 62 ++++++++++------------
 src/java/org/apache/nutch/crawl/LinkDb.java        |  3 --
 src/java/org/apache/nutch/crawl/LinkDbReader.java  |  4 +-
 .../apache/nutch/hostdb/UpdateHostDbMapper.java    |  4 +-
 .../apache/nutch/hostdb/UpdateHostDbReducer.java   |  5 +-
 src/java/org/apache/nutch/indexer/CleaningJob.java | 11 ++--
 .../apache/nutch/scoring/webgraph/LinkDumper.java  |  3 --
 7 files changed, 41 insertions(+), 51 deletions(-)