catalogjanitor_switch

Definition

Enables/disables the CatalogJanitor. Returns the previous CatalogJanitor state.

Usage

catalogjanitor_switch <new_state>
Arguments
Parameter Description

new_state

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

Examples

Disabling

hbase(main):040:0> catalogjanitor_switch false
true
Took 0.0179 seconds
=> 1

Enabling

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