normalizer_switch

Definition

Enables/disables the Region Normalizer. Returns the previous Normalizer state.

Usage

normalizer_switch <new_state>
Arguments
Parameter Description

new_state

A boolean value that defines a new Region Normalizer state. Use true to enable, false to disable

Examples

Disabling

hbase(main):033:0> normalizer_switch false
true
Took 0.0098 seconds
=> 1

Enabling

hbase(main):034:0> normalizer_switch true
false
Took 0.0060 seconds
=> 1
Found a mistake? Seleсt text and press Ctrl+Enter to report it