YCSB/hbase10
Chris Larsen 4cad8583cf [hbase10] Fix the init() method to properly construct a single Connection
object. Previously N objects were instantiated because the method didn't
check to see if the connection was null.
2016-03-21 11:56:38 -07:00
..
src [hbase10] Fix the init() method to properly construct a single Connection 2016-03-21 11:56:38 -07:00
README.md [hbase10] README fix. 2015-09-16 09:24:31 -07:00
pom.xml [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00

README.md

HBase (1.0.x) Driver for YCSB

This driver is a binding for the YCSB facilities to operate against a HBase 1.0.x Server cluster. To run against an HBase 0.94.x cluster, use the hbase094 binding. To run against an HBase 0.98.x cluster, use the hbase098 binding.

See hbase098/README.md for configuration details.