list_snapshot_sizes

Definition

Returns the size of snapshots made for tables with defined space quotas. This information is used in the space quota size computation algorithms.

TIP
It may take some time between creating a snapshot and adding it to the command output. The file size can be returned when the table, from which the snapshot was created, no longer refers to this file.

Usage

list_snapshot_sizes

Examples

hbase(main):023:0> snapshot "temp1", "snap1"
Took 0.6061 seconds
hbase(main):026:0> list_snapshot_sizes
SNAPSHOT                SIZE
 snap1                  0
1 row(s)
Took 0.0095 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it