PutHBaseCell 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hbase-nar
Description
Adds the Contents of a FlowFile to HBase as the value of a single cell
Tags
hadoop, hbase
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
  • Additional Details for PutHBaseCell 2.3.0.4.10.0.0-147

    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.
Properties
Dynamic Properties
System Resource Considerations
Resource Description
MEMORY An instance of this component can cause high usage of this system resource. Multiple instances or high concurrency settings may result a degradation of performance.
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