org.apache.oozie.action.hadoop
Class HiveActionExecutor
java.lang.Object
org.apache.oozie.action.ActionExecutor
org.apache.oozie.action.hadoop.JavaActionExecutor
org.apache.oozie.action.hadoop.HiveActionExecutor
public class HiveActionExecutor
- extends JavaActionExecutor
Methods inherited from class org.apache.oozie.action.ActionExecutor |
convertException, disableInit, enableInit, getActionDir, getActionDirPath, getActionSignal, getMaxRetries, getOozieConf, getOozieRuntimeDir, getOozieSystemId, getRetryInterval, getType, registerError, resetInitInfo, setMaxRetries, setRetryInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveActionExecutor
public HiveActionExecutor()
getLauncherClasses
protected List<Class> getLauncherClasses()
- Overrides:
getLauncherClasses
in class JavaActionExecutor
getLauncherMain
protected String getLauncherMain(org.apache.hadoop.conf.Configuration launcherConf,
org.jdom.Element actionXml)
- Overrides:
getLauncherMain
in class JavaActionExecutor
setupHiveDefault
public org.apache.hadoop.conf.Configuration setupHiveDefault(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path appPath,
org.jdom.Element actionXml)
throws ActionExecutorException
- Throws:
ActionExecutorException
setupLauncherConf
protected org.apache.hadoop.conf.Configuration setupLauncherConf(org.apache.hadoop.conf.Configuration conf,
org.jdom.Element actionXml,
org.apache.hadoop.fs.Path appPath,
ActionExecutor.Context context)
throws ActionExecutorException
- Throws:
ActionExecutorException
getCaptureOutput
protected boolean getCaptureOutput(WorkflowAction action)
throws org.jdom.JDOMException
- Overrides:
getCaptureOutput
in class JavaActionExecutor
- Throws:
org.jdom.JDOMException
Copyright © 2011 Yahoo. All Rights Reserved.