Class MapReduceBackupCopyJob

java.lang.Object
org.apache.hadoop.hbase.backup.mapreduce.MapReduceBackupCopyJob
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, BackupCopyJob

@Private public class MapReduceBackupCopyJob extends Object implements BackupCopyJob
Map-Reduce implementation of BackupCopyJob. Basically, there are 2 types of copy operation: one is copying from snapshot, which bases on extending ExportSnapshot's function, the other is copying for incremental log files, which bases on extending DistCp's function.