Created 06-28-2016 02:59 PM
What is the best practice for reading data from HBase with NIFI
Created 06-28-2016 03:10 PM
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.
Created 06-28-2016 03:10 PM
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.
Created 10-04-2017 03:57 PM
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???