ScanHBase 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hbase-nar
Description
Scans and fetches rows from an HBase table. This processor may be used to fetch rows from hbase table by specifying a range of rowkey values (start and/or end ),by time range, by filter expression, or any combination of them. Order of records can be controlled by a property ReversedNumber of rows retrieved by the processor can be limited.
Tags
fetch, get, hbase, scan
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All successful fetches are routed to this relationship.
failure All failed fetches are routed to this relationship.
original The original input file will be routed to this destination, even if no rows are retrieved based on provided conditions.
Writes Attributes
Name Description
hbase.table The name of the HBase table that the row was fetched from
mime.type Set to application/json when using a Destination of flowfile-content, not set or modified otherwise
hbase.rows.count Number of rows in the content of given flow file
scanhbase.results.found Indicates whether at least one row has been found in given hbase table with provided conditions. Could be null (not present) if transfered to FAILURE