org.apache.oozie.action.hadoop
Class LauncherMain

java.lang.Object
  extended by org.apache.oozie.action.hadoop.LauncherMain
Direct Known Subclasses:
HiveMain, MapReduceMain, PigMain, SqoopMain

public abstract class LauncherMain
extends Object


Constructor Summary
LauncherMain()
           
 
Method Summary
protected static void run(Class<? extends LauncherMain> klass, String[] args)
           
protected abstract  void run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LauncherMain

public LauncherMain()
Method Detail

run

protected static void run(Class<? extends LauncherMain> klass,
                          String[] args)
                   throws Exception
Throws:
Exception

run

protected abstract void run(String[] args)
                     throws Exception
Throws:
Exception


Copyright © 2011 Yahoo. All Rights Reserved.