org.apache.tez.dag.app
Class RecoveryParser

java.lang.Object
  extended by org.apache.tez.dag.app.RecoveryParser

public class RecoveryParser
extends Object


Nested Class Summary
static class RecoveryParser.RecoveredDAGData
           
 
Constructor Summary
RecoveryParser(DAGAppMaster dagAppMaster, org.apache.hadoop.fs.FileSystem recoveryFS, org.apache.hadoop.fs.Path recoveryDataDir, int currentAttemptId)
           
 
Method Summary
static void main(String[] argv)
           
 RecoveryParser.RecoveredDAGData parseRecoveryData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryParser

public RecoveryParser(DAGAppMaster dagAppMaster,
                      org.apache.hadoop.fs.FileSystem recoveryFS,
                      org.apache.hadoop.fs.Path recoveryDataDir,
                      int currentAttemptId)
               throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] argv)
                 throws IOException
Throws:
IOException

parseRecoveryData

public RecoveryParser.RecoveredDAGData parseRecoveryData()
                                                  throws IOException
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All rights reserved.