add_labels

Definition

Adds a set of visibility labels.

Usage

add_labels <labels_array[]>
Arguments
Parameter Description

labels_array

An array of string names for new visibility labels

Examples

Adding one label

hbase(main):002:0> add_labels ['B1']
Took 0.1502 seconds

Adding a set of labels

hbase(main):005:0> add_labels ['SECRET','PRIVATE']
Took 0.0127 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it