ListHBaseRegions 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hbase-nar
Description
Returns the information about the regions of an HBase table, including ID, name and row key ranges. This information is helpful to feed into start row key and end row key for scans to HBase, e.g. using the ScanHBase processor.
Tags
hbase, regions, rowkey, scan
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success FlowFiles with information on regions of the HBase table are routed to this relationship.
degenerate If \"Route Degenerate Regions\" is set, any FlowFile(s) that contains information about a region that is degenerate will be routed to this relationship. Otherwise, they will be sent to the success relationship.
Writes Attributes
Name Description
hbase.region.name The name of the HBase region.
hbase.region.id The id of the HBase region.
hbase.region.startRowKey The starting row key (inclusive) of the HBase region. The bytes returned from HBase is converted into a UTF-8 encoded string.
hbase.region.endRowKey The ending row key (exclusive) of the HBase region. The bytes returned from HBase is converted into a UTF-8 encoded string.