public class RecoveryParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecoveryParser.RecoveredDAGData |
| Constructor and Description |
|---|
RecoveryParser(DAGAppMaster dagAppMaster,
org.apache.hadoop.fs.FileSystem recoveryFS,
org.apache.hadoop.fs.Path recoveryDataDir,
int currentAttemptId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv) |
static List<HistoryEvent> |
parseDAGRecoveryFile(org.apache.hadoop.fs.FSDataInputStream inputStream) |
RecoveryParser.RecoveredDAGData |
parseRecoveryData() |
public RecoveryParser(DAGAppMaster dagAppMaster, org.apache.hadoop.fs.FileSystem recoveryFS, org.apache.hadoop.fs.Path recoveryDataDir, int currentAttemptId) throws IOException
IOExceptionpublic static List<HistoryEvent> parseDAGRecoveryFile(org.apache.hadoop.fs.FSDataInputStream inputStream) throws IOException
IOExceptionpublic static void main(String[] argv) throws IOException
IOExceptionpublic RecoveryParser.RecoveredDAGData parseRecoveryData() throws IOException
IOExceptionCopyright © 2015 Apache Software Foundation. All rights reserved.