@InterfaceAudience.Private @InterfaceStability.Evolving public class MapReduceRestoreService extends Object implements IncrementalRestoreService
Modifier and Type | Field and Description |
---|---|
static Log |
LOG |
Constructor and Description |
---|
MapReduceRestoreService() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
void |
run(Path[] logDirPaths,
TableName[] tableNames,
TableName[] newTableNames)
Run restore operation
|
void |
setConf(Configuration conf) |
public void run(Path[] logDirPaths, TableName[] tableNames, TableName[] newTableNames) throws IOException
IncrementalRestoreService
run
in interface IncrementalRestoreService
logDirPaths
- - path array of WAL log directoriestableNames
- - from tablesnewTableNames
- - to tablesIOException
public Configuration getConf()
public void setConf(Configuration conf)