tolitius / cbass

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

Bump hbase client to latest shaded jar and add mutation api #12

Closed rmangi closed 5 years ago

rmangi commented 5 years ago

I've tested this with our 1.4.8 HBase cluster and it works fine. Using the shaded jar also avoids having to exclude guava here and in other apps that import cbass.

rmangi commented 5 years ago

I went ahead and added some other stuff I've been sitting on for a while to do increment operations. It unfortunately requires manually deserializing the counter results but it's very useful.

tolitius commented 5 years ago

great, thanks for the PR!

rmangi commented 5 years ago

Thanks! Can you publish the new artifact if you haven't already?