hbase-coprocessors icon indicating copy to clipboard operation
hbase-coprocessors copied to clipboard

HBase Coprocessor Examples.

hbase-coprocessors

HBase Coprocessor examples.

How to build

Maven2 or later is needed.

Download or git clone this project.

Build it as follows:

$ mvn clean package

You will find a packaged jar file in target directory.

How to configure

See JavaDoc of each packages ( http://ueshin.github.com/hbase-coprocessors/apidocs/index.html ).

License

Apache License, Version 2.0

Author

Takuya UESHIN ([email protected])