Sounds like coprocessor is what you need
https://blogs.apache.org/hbase/entry/coprocessor_introduction

Mikael
On Apr 10, 2012 2:07 PM, "Mohammad Tariq" <donta...@gmail.com> wrote:

> Hello list,
>
>   Is there any feature provided by HBase API using which we can write
> monitoring jobs.For example, I have to perform some analytics on the
> data stored in individual rows, and everytime a new row is added I
> have to repeat the task for the newly created row.For this I need to
> write a code that will continuously monitor the Hbase table and
> initiate the analytics operation as soon as a new row is inserted.Many
> thanks.
>
> Regards,
>     Mohammad Tariq
>

Reply via email to