org.apache.oozie.action.hadoop
Class HiveMain

java.lang.Object
  extended by org.apache.oozie.action.hadoop.LauncherMain
      extended by org.apache.oozie.action.hadoop.HiveMain

public class HiveMain
extends LauncherMain


Constructor Summary
HiveMain()
           
 
Method Summary
static Properties getHadoopJobIds(String logFile)
           
static void main(String[] args)
           
protected  void run(String[] args)
           
static void setHiveScript(org.apache.hadoop.conf.Configuration conf, String script, String[] params)
           
 
Methods inherited from class org.apache.oozie.action.hadoop.LauncherMain
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveMain

public HiveMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

protected void run(String[] args)
            throws Exception
Specified by:
run in class LauncherMain
Throws:
Exception

setHiveScript

public static void setHiveScript(org.apache.hadoop.conf.Configuration conf,
                                 String script,
                                 String[] params)

getHadoopJobIds

public static Properties getHadoopJobIds(String logFile)
                                  throws IOException
Throws:
IOException


Copyright © 2011 Yahoo. All Rights Reserved.