org.apache.tez.dag.recovery
Class RecoveryParser

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

public class RecoveryParser
extends Object


Constructor Summary
RecoveryParser(org.apache.hadoop.fs.Path recoveryDirectory, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
static void main(String[] argv)
           
 void parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryParser

public RecoveryParser(org.apache.hadoop.fs.Path recoveryDirectory,
                      org.apache.hadoop.conf.Configuration conf)
               throws IOException
Throws:
IOException
Method Detail

parse

public void parse()
           throws IOException
Throws:
IOException

main

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


Copyright © 2014 Apache Software Foundation. All rights reserved.