tolitius / cbass

adding "simple" to HBase
Eclipse Public License 1.0
24 stars 11 forks source link

Upgrade to 2.x API #7

Closed rmangi closed 6 years ago

rmangi commented 6 years ago

Hello there,

This is a pretty straight forward change to support the HBase 2.x api. It replaces HConnection/HTable with ConnectionFactory and Table and updates the client lib.

I've tested this under load on our cluster and it works very well. I also have some code to support Increments which I could commit back as well.

Thanks!

tolitius commented 6 years ago

looks good. thanks for moving it forward! it is in clojars: 0.2.0-SNAPSHOT