- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class ExportSnapshot
extends org.apache.hadoop.conf.Configured
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.