This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 1216411b2fe08fb85638525161fdfd2945add0dc Merge: 755799f 9dad864 Author: Lewis John McGibbney <[email protected]> AuthorDate: Mon May 22 14:00:37 2017 -0700 Merge pull request #184 from kaidul/2.x NUTCH-2373 Index writer plugin for hbase implemented build.xml | 3 + conf/hbaseindex-mapping.xml | 60 +++++++ conf/nutch-default.xml | 38 +++++ src/plugin/build.xml | 2 + src/plugin/indexer-hbase/build.xml | 22 +++ src/plugin/indexer-hbase/ivy.xml | 41 +++++ src/plugin/indexer-hbase/plugin.xml | 40 +++++ .../nutch/indexwriter/hbase/HBaseConstants.java | 48 ++++++ .../nutch/indexwriter/hbase/HBaseIndexWriter.java | 166 +++++++++++++++++++ .../indexwriter/hbase/HBaseMappingReader.java | 175 +++++++++++++++++++++ .../nutch/indexwriter/hbase/package-info.java | 21 +++ 11 files changed, 616 insertions(+) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
