[ 
https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ed Berezitsky updated NIFI-4833:
--------------------------------
    Description: 
Add ScanHBase (new) processor to retrieve records from HBase tables.

Today there are GetHBase and FetchHBaseRow. GetHBase can pull entire table or 
only new rows after processor started. FetchHBaseRow can pull records with 
known rowkeys.

This processor could provide functionality similar to what could be reached by 
using hbase shell, defining following properties:

-scan based on range of row key IDs 

-scan based on range of time stamps

-limit number of records pulled

-use filters

-reverse rows

  was:
Add ScanHBase (new) processor to retrieve records from HBase tables.

This processor could have following features:

-scan based on range of row key IDs 

-scan based on range of time stamps

-limit number of records pulled

-use filters


> NIFI-4833 Add ScanHBase processor
> ---------------------------------
>
>                 Key: NIFI-4833
>                 URL: https://issues.apache.org/jira/browse/NIFI-4833
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Ed Berezitsky
>            Assignee: Ed Berezitsky
>            Priority: Major
>
> Add ScanHBase (new) processor to retrieve records from HBase tables.
> Today there are GetHBase and FetchHBaseRow. GetHBase can pull entire table or 
> only new rows after processor started. FetchHBaseRow can pull records with 
> known rowkeys.
> This processor could provide functionality similar to what could be reached 
> by using hbase shell, defining following properties:
> -scan based on range of row key IDs 
> -scan based on range of time stamps
> -limit number of records pulled
> -use filters
> -reverse rows



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to