Skip to content

vijayk/hbase-indexer

This branch is 1 commit ahead of, 5 commits behind lucidworks/hbase-indexer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cc3f3a · May 24, 2016
Mar 3, 2016
Mar 3, 2016
Mar 9, 2016
Mar 9, 2016
May 24, 2016
Mar 9, 2016
Mar 9, 2016
May 10, 2016
Mar 9, 2016
Mar 9, 2016
Mar 11, 2016
Apr 21, 2016
May 24, 2016
Aug 9, 2013
Mar 18, 2013
Apr 22, 2015
May 24, 2016

Repository files navigation

HBase Indexer

HBase Indexer allows you to easily and quickly index HBase rows into Solr. Usage documentation can be found on the hbase-indexer Wiki - http://github.com/NGDATA/hbase-indexer/wiki.

Subprojects

HBase SEP

A standalone library for asynchronously processing HBase mutation events by hooking into HBase replication, see the SEP readme.

HBase SEP & replication monitoring

A standalone utility to monitor HBase replication progress, see the SEP-tools readme.

Building

You can build the full hbase-indexer project as follows:

mvn clean install -DskipTests

The profile 0.98, 0.96, 0.94 cannot be used at the moment since the code was modified to work with HBase 1.1.0

The default build is linked to HBase 0.94. In order to build for HBase 0.98, run the following command:

mvn clean install -DskipTests -Dhbase.api=0.98

The default build is linked to HBase 0.94. In order to build for HBase 1.1.0, run the following command:

mvn clean install -DskipTests -Dhbase.api=1.1.0

About

Lily HBase Indexer - indexing HBase, one row at a time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • Shell 1.4%