Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member

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???