corersky / hbase-indexer

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

Home Page:http://ngdata.github.io/hbase-indexer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

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

http://ngdata.github.io/hbase-indexer/

License:Apache License 2.0


Languages

Language:Java 98.1%Language:Shell 1.9%