YCSB/hbase12
Sean Busbey af424b083d [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00
..
src [hbase12] Add HBase 1.2+ specific client that relies on the shaded client artifact provided by those versions. (#970) 2017-05-19 16:50:05 -07:00
README.md [hbase12] Add HBase 1.2+ specific client that relies on the shaded client artifact provided by those versions. (#970) 2017-05-19 16:50:05 -07:00
pom.xml [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00

README.md

HBase (1.2+) Driver for YCSB

This driver is a binding for the YCSB facilities to operate against a HBase 1.2+ Server cluster, using a shaded client that tries to avoid leaking third party libraries.

See hbase098/README.md for a quickstart to setup HBase for load testing and common configuration details.

Configuration Options

In addition to those options available for the hbase098 binding, the following options are available for the hbase12 binding:

  • durability: Whether or not writes should be appended to the WAL. Bypassing the WAL can improve throughput but data cannot be recovered in the event of a crash. The default is true.