disable

Definition

Disables the given table. You cannot apply any data operations to disabled tables.

IMPORTANT
Execution of the disable command is mandatory before applying the drop, drop_all, restore_snapshot commands.

Usage

disable '[<namespace_name>:]<table_name>'
Arguments
Parameter Description

namespace_name

A namespace name

table_name

A table name

Examples

hbase(main):002:0> disable 't1'
Took 1.1979 seconds
hbase(main):003:0> disable 'ns1:t2'
Took 0.7729 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it