enable_all

Contents

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

Usage

enable_all '<table_regex>'
Arguments
Parameter Description

table_regex

A regular expression for searching tables

Examples

hbase(main):012:0> enable_all 't.'
t1
t3

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