cleaner_chore_switch

Definition

Enables/disables the Cleaner chore. Returns the previous Cleaner chore state.

Usage

cleaner_chore_switch <new_state>
Arguments
Parameter Description

new_state

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

Examples

Disabling

hbase(main):010:0> cleaner_chore_switch false
true
Took 0.0123 seconds
=> 1

Enabling

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