HBase itself doesn't offer transaction support. See the following related projects:
http://yahoohadoop.tumblr.com/post/138682361161/high-availability-in-omid http://tephra.incubator.apache.org/ On Wed, Nov 23, 2016 at 8:27 AM, Mich Talebzadeh <[email protected]> wrote: > Hi, > > I need to explore if anyone has used Hbase as a transactional table to do > the processing that historically one has done with RDBMSs. > > A simple question dealing with a transaction as a unit of work (all or > nothing). In that case if any part of statement in batch transaction fails, > that transaction will be rolled back in its entirety. > > Now how does Hbase can handle this? Specifically at the theoretical level > if a standard transactional processing was migrated from RDBMS to Hbase > tables, will that work. > > Has anyone built successful transaction processing in Hbase? > > Thanks > > > Dr Mich Talebzadeh > > > > LinkedIn * https://www.linkedin.com/profile/view?id= > AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw > <https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCd > OABUrV8Pw>* > > > > http://talebzadehmich.wordpress.com > > > *Disclaimer:* Use it at your own risk. Any and all responsibility for any > loss, damage or destruction of data or any other property which may arise > from relying on this email's technical content is explicitly disclaimed. > The author will in no case be liable for any monetary damages arising from > such loss, damage or destruction. >
