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 |
addActionLibs, addShareLib, check, createBaseHadoopConf, createJobClient, getActionCredentialsProperties, getActionData, getCaptureOutput, getCredProperties, getLauncherJarName, getMaxExternalStatsSize, getShareLibName, initActionType, isCompleted, kill, parseJobXmlAndConfiguration, prepareActionDir, setActionCompletionData, 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 |
OOZIE_ACTION_EXTERNAL_STATS_WRITE
public static final String OOZIE_ACTION_EXTERNAL_STATS_WRITE
- See Also:
- Constant Field Values
HADOOP_COUNTERS
public static final String HADOOP_COUNTERS
- See Also:
- Constant Field Values
OOZIE_MAPREDUCE_UBER_JAR
public static final String OOZIE_MAPREDUCE_UBER_JAR
- See Also:
- Constant Field Values
OOZIE_MAPREDUCE_UBER_JAR_ENABLE
public static final String OOZIE_MAPREDUCE_UBER_JAR_ENABLE
- 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.
getDefaultShareLibName
protected String getDefaultShareLibName(org.jdom.Element actionXml)
- Return the sharelib name for the action.
- Overrides:
getDefaultShareLibName
in class JavaActionExecutor
- Parameters:
actionXml
-
- Returns:
- returns
streaming
if mapreduce-streaming action, NULL
otherwise.
Copyright © 2013 Apache Software Foundation. All Rights Reserved.