alter_status

Definition

Returns the status of the alter command indicating the number of table Regions that have received the updated schema.

Usage

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

namespace_name

A namespace name

table_name

A table name

Examples

hbase(main):013:0> alter_status 't1'
1/1 regions updated.
Done.
Took 1.0178 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it