splitormerge_enabled

Definition

Checks whether split or merge operations are enabled.

Usage

splitormerge_enabled '<operation_type>'
Arguments
Parameter Description

operation_type

Possible values:

  • SPLIT — checks whether split operations are enabled;

  • MERGE — checks whether merge operations are enabled.

Examples

hbase(main):001:0> splitormerge_enabled 'SPLIT'
true
Took 0.3520 seconds
=> 1
hbase(main):002:0> splitormerge_enabled 'MERGE'
true
Took 0.0046 seconds
=> 1
Found a mistake? Seleсt text and press Ctrl+Enter to report it