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
