Class ExportSnapshot

java.lang.Object
org.apache.hadoop.hbase.util.AbstractHBaseTool
org.apache.hadoop.hbase.snapshot.ExportSnapshot
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Direct Known Subclasses:
MapReduceBackupCopyJob.SnapshotCopy

@Public public class ExportSnapshot extends AbstractHBaseTool implements org.apache.hadoop.util.Tool
Export the specified snapshot to a given FileSystem. The .snapshot/name folder is copied to the destination cluster and then all the hfiles/wals are copied using a Map-Reduce Job in the .archive/ location. When everything is done, the second cluster can restore the snapshot.