delete_all_snapshot

Definition

Deletes all snapshots with the name matching the given regular expression.

Usage

delete_all_snapshot '<snapshot_regex>'
Arguments
Parameter Description

snapshot_regex

A regular expression for searching snapshots

Examples

hbase(main):056:0> delete_all_snapshot 'snap.*'
SNAPSHOT              TABLE + CREATION TIME
No snapshots matched the regex snap.*
Took 0.0093 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it