DeleteHBaseRow 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hbase-nar
Description
Delete HBase records individually or in batches. The input can be a single row ID in the flowfile content, one ID per line, row IDs separated by a configurable separator character (default is a comma).
Tags
delete, hbase
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success A FlowFile is routed to this relationship after it has been successfully stored in HBase
failure A FlowFile is routed to this relationship if it cannot be sent to HBase
Writes Attributes
Name Description
restart.index If a delete batch fails, 'restart.index' attribute is added to the FlowFile and sent to 'failure' relationship, so that this processor can retry from there when the same FlowFile is routed again.
rowkey.start The first rowkey in the flowfile. Only written when using the flowfile's content for the row IDs.
rowkey.end The last rowkey in the flowfile. Only written when using the flowfile's content for the row IDs.