Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

What is the best practice for reading data from HBase with NIFI

avatar
Master Guru

What is the best practice for reading data from HBase with NIFI

1 ACCEPTED SOLUTION

avatar
Master Guru

There is a GetHBase processor that is made to incrementally extract data from an HBase table by keeping track of the last timestamp seen, and finding cells where the timestamp is greater than the last time seen.

There is an open JIRA to create another processor that might be called ScanHBase where it is not based on the timestamps and would allow more general extraction.

View solution in original post

2 REPLIES 2

avatar
Master Guru

There is a GetHBase processor that is made to incrementally extract data from an HBase table by keeping track of the last timestamp seen, and finding cells where the timestamp is greater than the last time seen.

There is an open JIRA to create another processor that might be called ScanHBase where it is not based on the timestamps and would allow more general extraction.

avatar
Explorer

Hi Bryan

do you know by when this processor will be available ?? and i think by now support for GetHBase processor is also stopped because on nifi doucments it is giving 404 - page url not found by clicking on GetHBase processor.

https://nifi.apache.org/docs.html

Is there any alternative to get data from HBase using nifi without any filter of timestamp????

can you please rply again???