This project has retired. For details please refer to its
Attic page.
MapReduceActionExecutor (Oozie Core 3.1.3-incubating API)
org.apache.oozie.action.hadoop
Class MapReduceActionExecutor
java.lang.Object
org.apache.oozie.action.ActionExecutor
org.apache.oozie.action.hadoop.JavaActionExecutor
org.apache.oozie.action.hadoop.MapReduceActionExecutor
public class MapReduceActionExecutor
- extends JavaActionExecutor
| Methods inherited from class org.apache.oozie.action.hadoop.JavaActionExecutor |
check, createBaseHadoopConf, createJobClient, getActionCredentialsProperties, getActionFileSystem, getActionFileSystem, getCaptureOutput, getCredProperties, getLauncherJarName, initActionType, isCompleted, kill, prepareActionDir, setCredentialPropertyToActionConf, setCredentialTokens, start, submitLauncher |
| 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 |
HADOOP_COUNTERS
public static final String HADOOP_COUNTERS
- See Also:
- Constant Field Values
MapReduceActionExecutor
public MapReduceActionExecutor()
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
end
public void end(ActionExecutor.Context context,
org.apache.oozie.client.WorkflowAction action)
throws ActionExecutorException
- Description copied from class:
ActionExecutor
- End an action after it has executed. The
ActionExecutor.Context.setEndData(org.apache.oozie.client.WorkflowAction.Status, java.lang.String) method must be called within this
method.
- Overrides:
end in class JavaActionExecutor
- Parameters:
context - executor context.action - the action to end.
- Throws:
ActionExecutorException - thrown if the action could not end.
Copyright © 2012 Apache Software Foundation. All Rights Reserved.