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 2016/02/25 22:49:51 UTC

[4/5] nutch git commit: NUTCH-1712 Use MultipleInputs in Injector to make it a single mapreduce job, this closes #86

NUTCH-1712 Use MultipleInputs in Injector to make it a single mapreduce job, this closes #86


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

Branch: refs/heads/master
Commit: 756f2a1c88d638f21515ec472088d8f504d12d44
Parents: 0baca7a
Author: Sebastian Nagel <sn...@apache.org>
Authored: Thu Feb 25 22:04:14 2016 +0100
Committer: Sebastian Nagel <sn...@apache.org>
Committed: Thu Feb 25 22:24:45 2016 +0100

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/756f2a1c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 71647ee..9b3895c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,8 @@ in the release announcement and keep it on top in this CHANGES.txt for the Nutch
 
 Nutch Change Log
 
+* NUTCH-1712 Use MultipleInputs in Injector to make it a single mapreduce job (tejasp, snagel)
+
 * NUTCH-2231 Jexl support in generator job (markus)
 
 * NUTCH-2232 DeduplicationJob should decode URL's before length is compared (Ron van der Vegt via markus)