Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 285 Bytes

HBS

The HBS project provides transactional support for HBase.

Load from configuration

<property>
  <name>hbase.coprocessor.region.classes</name>
  <value>org.yangtau.hbs.hbase.coprocessor.GetEndpoint,org.yangtau.hbs.hbase.coprocessor.PutEndpoint</value>
</property>