Skip to content

Using HBaseIdx

danix800 edited this page Jul 5, 2012 · 2 revisions

HBaseIdx extends HBase through coprocessors.

In hbase-site.xml, add the following lines:

<property> <name>hbase.coprocessor.region.classes</name> <value>org.apache.hadoop.hbase.regionserver.IndexRegionObserver</value> </property>

Put HBaseIdx in your classpath!

Clone this wiki locally