Using Apache HBase to store and access data
Also available as:
PDF
loading table of contents...

Take a Snapshot

You can take a Snapshot of the specified table in the HBase shell.

Start the HBase shell and clone the required table.
$ hbase shell
hbase> snapshot 'myTable', 'myTableSnapshot-122112'