docs.org.apache.nifi.hbase.DeleteHBaseCells.additionalDetails.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nifi-hbase-processors Show documentation
Show all versions of nifi-hbase-processors Show documentation
Support for interacting with HBase
DeleteHBaseCells
Overview
This processor provides the ability to do deletes against one or more HBase cells, without having to delete the entire row. It should
be used as the primary delete method when visibility labels are in use and the cells have different visibility labels. Each line in
the flowfile body is a fully qualified cell (row id, column family, column qualifier and visibility labels if applicable). The separator
that separates each piece of the fully qualified cell is configurable, but :::: is the default value.
Example FlowFile
row1::::user::::name
row1::::user::::address::::PII
row1::::user::::billing_code_1::::PII&&BILLING