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 java.lang.Object


Constructor Summary
LauncherMain()
           
 
Method Summary
protected static void run(java.lang.Class<? extends LauncherMain> klass, java.lang.String[] args)
           
protected abstract  void run(java.lang.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(java.lang.Class<? extends LauncherMain> klass,
                          java.lang.String[] args)
                   throws java.lang.Exception
Throws:
java.lang.Exception

run

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


Copyright © 2010 Yahoo. All Rights Reserved.