All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.org.apache.nifi.hbase.PutHBaseCell.additionalDetails.html Maven / Gradle / Ivy

The newest version!




    
    PutHBaseCell
    




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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy