FetchHBaseRow 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hbase-nar
Description
Fetches a row from an HBase table. The Destination property controls whether the cells are added as flow file attributes, or the row is written to the flow file content as JSON. This processor may be used to fetch a fixed row on a interval by specifying the table and row id directly in the processor, or it may be used to dynamically fetch rows by referencing the table and row id from incoming flow files.
Tags
enrich, 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.
not found All fetches where the row id is not found are routed to this relationship.
Writes Attributes
Name Description
hbase.table The name of the HBase table that the row was fetched from
hbase.row A JSON document representing the row. This property is only written when a Destination of flowfile-attributes is selected.
mime.type Set to application/json when using a Destination of flowfile-content, not set or modified otherwise