python-happybase / happybase

A developer-friendly Python library to interact with Apache HBase
https://happybase.readthedocs.io/
Other
612 stars 163 forks source link

Support for 'append' #68

Open wbolster opened 10 years ago

wbolster commented 10 years ago

Newer HBase has a TAppend struct and associated API in its Thrift interface.

Bierbarbar commented 8 years ago

Is there a easy way to use this with Happybase, i would need this for my Bachelorthesis^^

wbolster commented 8 years ago

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.