Clone a table from a Snapshot
Clone operation enables you to create a new table with the same data as the original from the specified Snapshot.
In the HBase shell, enter
clone_snapshot
command and specify the name
of the Snapshot.
$ hbase shell hbase> clone_snapshot 'myTableSnapshot-122112', 'myNewTestTable'