docs.org.apache.nifi.hbase.PutHBaseJSON.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
The newest version!
PutHBaseJSON
Visibility Labels
This processor provides the ability to attach visibility labels to HBase Puts that it generates, if visibility labels
are enabled on the HBase cluster. There are two ways to enable this:
- Attributes on the flowfile.
- Dynamic properties added to the processor.
When the dynamic properties are defined on the processor, they will be the default value, but can be overridden by
attributes set on the flowfile. The naming convention for both (property name and attribute name) is:
- visibility.COLUMN_FAMILY - every column qualifier under the column family will get this.
- visibility.COLUMN_FAMILY.COLUMN_VISIBILITY - the qualified column qualifier will be assigned this value.