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 2017/02/01 11:26:50 UTC

[2/2] nutch git commit: NUTCH-2347 Use Logger Instead of Printing Throwable Merge remote-tracking branch 'kamaci/NUTCH-2347_2' into 2.x, this closes #173

NUTCH-2347 Use Logger Instead of Printing Throwable
Merge remote-tracking branch 'kamaci/NUTCH-2347_2' into 2.x, this closes #173


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/a165e416
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/a165e416
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/a165e416

Branch: refs/heads/2.x
Commit: a165e41654832eb9470fe9d1214e5a9cfdd645db
Parents: 700857d 8dbf808
Author: Sebastian Nagel <sn...@apache.org>
Authored: Wed Feb 1 12:16:57 2017 +0100
Committer: Sebastian Nagel <sn...@apache.org>
Committed: Wed Feb 1 12:16:57 2017 +0100

----------------------------------------------------------------------
 src/java/org/apache/nutch/crawl/WebTableReader.java    |  7 ++++---
 src/java/org/apache/nutch/host/HostDbReader.java       |  5 +++--
 .../org/apache/nutch/parse/NutchSitemapParser.java     | 13 ++++++++++---
 src/java/org/apache/nutch/parse/ParseUtil.java         |  6 +++---
 .../org/apache/nutch/protocol/RobotRulesParser.java    |  3 ++-
 src/java/org/apache/nutch/tools/DmozParser.java        |  4 +++-
 .../apache/nutch/util/GenericWritableConfigurable.java | 10 +++++++++-
 src/java/org/apache/nutch/util/NutchTool.java          | 12 +++++++++---
 src/java/org/apache/nutch/util/URLUtil.java            |  2 +-
 9 files changed, 44 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/a165e416/src/java/org/apache/nutch/crawl/WebTableReader.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/nutch/blob/a165e416/src/java/org/apache/nutch/protocol/RobotRulesParser.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/nutch/blob/a165e416/src/java/org/apache/nutch/tools/DmozParser.java
----------------------------------------------------------------------