- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
What is the best practice for reading data from HBase with NIFI
- Labels:
-
Apache HBase
-
Apache NiFi
Created ‎06-28-2016 02:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the best practice for reading data from HBase with NIFI
Created ‎06-28-2016 03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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???
