[5/5] nutch git commit: fix unit test: CrawlDbFilter stil writes reduce output dirs as part-00000 (not part-r-00000)

2016-02-25 Thread snagel
fix unit test: CrawlDbFilter stil writes reduce output dirs as part-0 (not part-r-0) Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/f5e430e5 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/f5e430e5 Diff:

[2/5] nutch git commit: add unit tests based on MRUnit

2016-02-25 Thread snagel
add unit tests based on MRUnit Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/288dceed Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/288dceed Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/288dceed

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

2016-02-25 Thread snagel
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:

[1/5] nutch git commit: update tests to reflect change of reduce outputs by new API (part-nnnnn -> part-r-nnnnn): all unit tests pass now

2016-02-25 Thread snagel
Repository: nutch Updated Branches: refs/heads/master 25e879afc -> f5e430e55 update tests to reflect change of reduce outputs by new API (part-n -> part-r-n): all unit tests pass now Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit:

[3/5] nutch git commit: NUTCH-1712 applied to current trunk; run first simple tests (inject + merge)

2016-02-25 Thread snagel
NUTCH-1712 applied to current trunk; run first simple tests (inject + merge) Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/3c691eb2 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/3c691eb2 Diff:

svn commit: r1732332 - /nutch/trunk/src/java/org/apache/nutch/util/JexlUtil.java

2016-02-25 Thread markus
Author: markus Date: Thu Feb 25 16:44:18 2016 New Revision: 1732332 URL: http://svn.apache.org/viewvc?rev=1732332=rev Log: NUTCH-2231 Jexl support in generator job Modified: nutch/trunk/src/java/org/apache/nutch/util/JexlUtil.java Modified: