@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
IncrementalRestoreServicerun in interface IncrementalRestoreServicelogDirPaths - - path array of WAL log directoriestableNames - - from tablesnewTableNames - - to tablesIOExceptionpublic Configuration getConf()
public void setConf(Configuration conf)