GitHub user lewismc opened a pull request:
https://github.com/apache/nutch/pull/95
NUTCH-2184 Enable IndexingJob to function with no crawldb
OK folks, this issue addresses
https://issues.apache.org/jira/browse/NUTCH-2184 by
* rebasing the
[NUTCH-2184v2.patch](https://issues.apache.org/jira/secure/attachment/12784260/NUTCH-2184v2.patch)
against master branch
* making the IndexerMapReduceMapper and IndexerMapReduceReducer in
IndexerMapReduce code explicit so that these functions can be tested
* adding in some mrunit tests for testing the IndexerMapReduceMapper and
IndexerMapReduceReducer
* removing some trivial imports which are unsed
* formatting ivy.xml which has somehow (again) become a dogs dinner
* adding default constructor to NutchIndexAction()
Any questions, then please let me know. I would really appreciate if people
could pull this code and try it out within your test or local environment.
Thanks, also thanks Markus for the original suggestions for tests, etc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/nutch NUTCH-2184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/95.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #95
----
commit c4429eb7e4a33fc619cea5e5d6c26f54969e4f55
Author: Lewis John McGibbney <[email protected]>
Date: 2016-03-02T04:21:52Z
NUTCH-2184 Enable IndexingJob to function with no crawldb
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---