Open wbolster opened 10 years ago
Is there a easy way to use this with Happybase, i would need this for my Bachelorthesis^^
it's exposed from thrift, so you could (in a hacky way) hook into that.
to get this properly implemented happybase needs a good API designed around this functionality, and obviously an implementation with tests.
Newer HBase has a
TAppend
struct and associated API in its Thrift interface.