简体   繁体   中英

Listen to HBase table updates

How to keep a listener for my HBase table that notifies in case the table is updated (eg addition of new rows)?

This should be similar to a backend service running, which is possible for the mysql databases using hibernate.

Take a look at Hbase Co-Processors , it provides the observers which can detect the change in table.

Best Explaination is given here https://blogs.apache.org/hbase/entry/coprocessor_introduction

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM