Uses of Interface
org.apache.hadoop.hbase.backup.RestoreJob
-
Uses of RestoreJob in org.apache.hadoop.hbase.backup
Modifier and TypeMethodDescriptionstatic RestoreJob
BackupRestoreFactory.getRestoreJob
(org.apache.hadoop.conf.Configuration conf) Gets backup restore job -
Uses of RestoreJob in org.apache.hadoop.hbase.backup.mapreduce
Modifier and TypeClassDescriptionclass
MapReduce implementation ofRestoreJob
For backup restore, it runsMapReduceHFileSplitterJob
job and creates HFiles which are aligned with a region boundaries of a table being restored.