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

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

There is a newer version: 2.0.0-M4
Show newest version




    
    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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy