disable_all

Definition

Disables all the tables matching the given regular expression. At first it locates the tables matching the regex, requests confirmation of the operation, and then disables them.

Usage

disable_all '<table_regex>'
Arguments
Parameter Description

table_regex

A regular expression for searching tables

Examples

hbase(main):005:0> disable_all 't.'
t1
t3

Disable the above 2 tables (y/n)?
y
2 tables successfully disabled
Took 7.2381 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it