public class JavaActionExecutor extends ActionExecutor
ActionExecutor.Context, ActionExecutor.RETRYPOLICYACTION_RETRY_INTERVAL, ACTION_RETRY_POLICY, CONF_PREFIX, ERROR_OTHER, MAX_RETRIES, OOZIE_ACTION_YARN_TAG, RETRY_INTERVAL| Modifier | Constructor and Description |
|---|---|
|
JavaActionExecutor() |
protected |
JavaActionExecutor(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addActionLibs(org.apache.hadoop.fs.Path appPath,
org.apache.hadoop.conf.Configuration conf) |
protected void |
addShareLib(org.apache.hadoop.conf.Configuration conf,
String[] actionShareLibNames) |
protected void |
addSystemShareLibForAction(org.apache.hadoop.conf.Configuration conf) |
void |
check(ActionExecutor.Context context,
WorkflowAction action)
Check if an action has completed.
|
org.apache.hadoop.mapred.JobConf |
createBaseHadoopConf(ActionExecutor.Context context,
org.jdom.Element actionXml) |
protected org.apache.hadoop.mapred.JobConf |
createBaseHadoopConf(ActionExecutor.Context context,
org.jdom.Element actionXml,
boolean loadResources) |
protected org.apache.hadoop.mapred.JobClient |
createJobClient(ActionExecutor.Context context,
org.apache.hadoop.mapred.JobConf jobConf)
Create job client object
|
void |
end(ActionExecutor.Context context,
WorkflowAction action)
End an action after it has executed.
|
int |
extractHeapSizeMB(String input) |
protected HashMap<String,CredentialsProperties> |
getActionCredentialsProperties(ActionExecutor.Context context,
WorkflowAction action) |
protected void |
getActionData(org.apache.hadoop.fs.FileSystem actionFs,
org.apache.hadoop.mapred.RunningJob runningJob,
WorkflowAction action,
ActionExecutor.Context context)
Get the output data of an action.
|
protected String |
getActualExternalId(WorkflowAction action)
Useful for overriding in actions that do subsequent job runs
such as the MapReduce Action, where the launcher job is not the
actual job that then gets monitored.
|
protected boolean |
getCaptureOutput(WorkflowAction action) |
static List<Class> |
getCommonLauncherClasses() |
protected CredentialsProperties |
getCredProperties(ActionExecutor.Context context,
String credName) |
protected String |
getDefaultShareLibName(org.jdom.Element actionXml)
Returns the default sharelib name for the action if any.
|
List<Class> |
getLauncherClasses() |
protected String |
getLauncherMain(org.apache.hadoop.conf.Configuration launcherConf,
org.jdom.Element actionXml) |
static int |
getMaxExternalStatsSize()
Get the maximum allowed size of stats
|
protected org.apache.hadoop.mapred.RunningJob |
getRunningJob(ActionExecutor.Context context,
WorkflowAction action,
org.apache.hadoop.mapred.JobClient jobClient) |
String[] |
getShareLibFilesForActionConf() |
protected String[] |
getShareLibNames(ActionExecutor.Context context,
org.jdom.Element actionXml,
org.apache.hadoop.conf.Configuration conf)
Return the sharelib names for the action.
|
void |
initActionType()
Invoked once at system initialization time.
|
protected void |
injectCallback(ActionExecutor.Context context,
org.apache.hadoop.conf.Configuration conf) |
boolean |
isCompleted(String externalStatus)
Return if the external status indicates that the action has completed.
|
void |
kill(ActionExecutor.Context context,
WorkflowAction action)
Kill an action.
|
protected org.apache.hadoop.mapred.JobConf |
loadHadoopDefaultResources(ActionExecutor.Context context,
org.jdom.Element actionXml) |
static void |
parseJobXmlAndConfiguration(ActionExecutor.Context context,
org.jdom.Element element,
org.apache.hadoop.fs.Path appPath,
org.apache.hadoop.conf.Configuration conf) |
static void |
parseJobXmlAndConfiguration(ActionExecutor.Context context,
org.jdom.Element element,
org.apache.hadoop.fs.Path appPath,
org.apache.hadoop.conf.Configuration conf,
boolean isLauncher) |
void |
prepareActionDir(org.apache.hadoop.fs.FileSystem actionFs,
ActionExecutor.Context context) |
boolean |
requiresNameNodeJobTracker()
Returns true if this action type requires a NameNode and JobTracker.
|
protected void |
setActionCompletionData(ActionExecutor.Context context,
org.apache.hadoop.fs.FileSystem actionFs)
Sets some data for the action on completion
|
protected HashMap<String,CredentialsProperties> |
setCredentialPropertyToActionConf(ActionExecutor.Context context,
WorkflowAction action,
org.apache.hadoop.conf.Configuration actionConf) |
protected void |
setCredentialTokens(org.apache.hadoop.mapred.JobConf jobconf,
ActionExecutor.Context context,
WorkflowAction action,
HashMap<String,CredentialsProperties> credPropertiesMap) |
void |
setLibFilesArchives(ActionExecutor.Context context,
org.jdom.Element actionXml,
org.apache.hadoop.fs.Path appPath,
org.apache.hadoop.conf.Configuration conf) |
void |
start(ActionExecutor.Context context,
WorkflowAction action)
Start an action.
|
void |
submitLauncher(org.apache.hadoop.fs.FileSystem actionFs,
ActionExecutor.Context context,
WorkflowAction action) |
boolean |
supportsConfigurationJobXML()
Returns true if this action type supports a Configuration and JobXML.
|
convertException, disableInit, enableInit, getActionDir, getActionDirPath, getActionSignal, getActionYarnTag, getMaxRetries, getOozieConf, getOozieRuntimeDir, getOozieSystemId, getRetryInterval, getRetryPolicy, getType, registerError, resetInitInfo, setMaxRetries, setRetryInterval, setRetryPolicyprotected static final String HADOOP_USER
public static final String HADOOP_JOB_TRACKER
public static final String HADOOP_JOB_TRACKER_2
public static final String HADOOP_YARN_RM
public static final String HADOOP_NAME_NODE
public static final String OOZIE_COMMON_LIBDIR
public static final String MAX_EXTERNAL_STATS_SIZE
public static final String ACL_VIEW_JOB
public static final String ACL_MODIFY_JOB
public static final String HADOOP_YARN_TIMELINE_SERVICE_ENABLED
public static final String HADOOP_YARN_UBER_MODE
public static final String HADOOP_YARN_KILL_CHILD_JOBS_ON_AMRESTART
public static final String HADOOP_MAP_MEMORY_MB
public static final String HADOOP_CHILD_JAVA_OPTS
public static final String HADOOP_MAP_JAVA_OPTS
public static final String HADOOP_REDUCE_JAVA_OPTS
public static final String HADOOP_CHILD_JAVA_ENV
public static final String HADOOP_MAP_JAVA_ENV
public static final String YARN_AM_RESOURCE_MB
public static final String YARN_AM_COMMAND_OPTS
public static final String YARN_AM_ENV
public static final int YARN_MEMORY_MB_MIN
public static final String CONF_HADOOP_YARN_UBER_MODE
public static final String HADOOP_JOB_CLASSLOADER
public static final String HADOOP_USER_CLASSPATH_FIRST
public static final String OOZIE_CREDENTIALS_SKIP
public XConfiguration workflowConf
public JavaActionExecutor()
protected JavaActionExecutor(String type)
public static List<Class> getCommonLauncherClasses()
public List<Class> getLauncherClasses()
public void initActionType()
ActionExecutorIt can be used to register error information for the expected exceptions. Exceptions should be register from subclasses to superclasses to ensure proper detection, same thing that it is done in a normal catch.
This method should invoke the ActionExecutor.registerError(java.lang.String, org.apache.oozie.action.ActionExecutorException.ErrorType, java.lang.String) method to register
all its possible errors.
Subclasses overriding must invoke super.
initActionType in class ActionExecutorpublic static int getMaxExternalStatsSize()
public org.apache.hadoop.mapred.JobConf createBaseHadoopConf(ActionExecutor.Context context, org.jdom.Element actionXml)
protected org.apache.hadoop.mapred.JobConf createBaseHadoopConf(ActionExecutor.Context context, org.jdom.Element actionXml, boolean loadResources)
protected org.apache.hadoop.mapred.JobConf loadHadoopDefaultResources(ActionExecutor.Context context, org.jdom.Element actionXml)
public int extractHeapSizeMB(String input)
public static void parseJobXmlAndConfiguration(ActionExecutor.Context context, org.jdom.Element element, org.apache.hadoop.fs.Path appPath, org.apache.hadoop.conf.Configuration conf) throws IOException, ActionExecutorException, HadoopAccessorException, URISyntaxException
public static void parseJobXmlAndConfiguration(ActionExecutor.Context context, org.jdom.Element element, org.apache.hadoop.fs.Path appPath, org.apache.hadoop.conf.Configuration conf, boolean isLauncher) throws IOException, ActionExecutorException, HadoopAccessorException, URISyntaxException
public void prepareActionDir(org.apache.hadoop.fs.FileSystem actionFs, ActionExecutor.Context context) throws ActionExecutorException
ActionExecutorExceptionprotected void addShareLib(org.apache.hadoop.conf.Configuration conf, String[] actionShareLibNames) throws ActionExecutorException
ActionExecutorExceptionprotected void addSystemShareLibForAction(org.apache.hadoop.conf.Configuration conf) throws ActionExecutorException
ActionExecutorExceptionprotected void addActionLibs(org.apache.hadoop.fs.Path appPath, org.apache.hadoop.conf.Configuration conf) throws ActionExecutorException
ActionExecutorExceptionpublic void setLibFilesArchives(ActionExecutor.Context context, org.jdom.Element actionXml, org.apache.hadoop.fs.Path appPath, org.apache.hadoop.conf.Configuration conf) throws ActionExecutorException
ActionExecutorExceptionprotected String getLauncherMain(org.apache.hadoop.conf.Configuration launcherConf, org.jdom.Element actionXml)
protected void injectCallback(ActionExecutor.Context context, org.apache.hadoop.conf.Configuration conf)
public void submitLauncher(org.apache.hadoop.fs.FileSystem actionFs, ActionExecutor.Context context, WorkflowAction action) throws ActionExecutorException
ActionExecutorExceptionprotected HashMap<String,CredentialsProperties> setCredentialPropertyToActionConf(ActionExecutor.Context context, WorkflowAction action, org.apache.hadoop.conf.Configuration actionConf) throws Exception
Exceptionprotected void setCredentialTokens(org.apache.hadoop.mapred.JobConf jobconf, ActionExecutor.Context context, WorkflowAction action, HashMap<String,CredentialsProperties> credPropertiesMap) throws Exception
Exceptionprotected HashMap<String,CredentialsProperties> getActionCredentialsProperties(ActionExecutor.Context context, WorkflowAction action) throws Exception
Exceptionprotected CredentialsProperties getCredProperties(ActionExecutor.Context context, String credName) throws Exception
Exceptionpublic void start(ActionExecutor.Context context, WorkflowAction action) throws ActionExecutorException
ActionExecutor The ActionExecutor.Context.setStartData(java.lang.String, java.lang.String, java.lang.String) method must be called within this method.
If the
action has completed, the ActionExecutor.Context.setExecutionData(java.lang.String, java.util.Properties) method must be called within this method.
start in class ActionExecutorcontext - executor context.action - the action to start.ActionExecutorException - thrown if the action could not start.public void end(ActionExecutor.Context context, WorkflowAction action) throws ActionExecutorException
ActionExecutor The ActionExecutor.Context.setEndData(org.apache.oozie.client.WorkflowAction.Status, java.lang.String) method must be called within this
method.
end in class ActionExecutorcontext - executor context.action - the action to end.ActionExecutorException - thrown if the action could not end.protected org.apache.hadoop.mapred.JobClient createJobClient(ActionExecutor.Context context, org.apache.hadoop.mapred.JobConf jobConf) throws HadoopAccessorException
context - jobConf - HadoopAccessorExceptionprotected org.apache.hadoop.mapred.RunningJob getRunningJob(ActionExecutor.Context context, WorkflowAction action, org.apache.hadoop.mapred.JobClient jobClient) throws Exception
Exceptionprotected String getActualExternalId(WorkflowAction action)
public void check(ActionExecutor.Context context, WorkflowAction action) throws ActionExecutorException
ActionExecutor If the action
has completed, the ActionExecutor.Context.setExecutionData(java.lang.String, java.util.Properties) method must be called within this method.
If the action
has not completed, the ActionExecutor.Context.setExternalStatus(java.lang.String) method must be called within this method.
check in class ActionExecutorcontext - executor context.action - the action to end.ActionExecutorException - thrown if the action could not be checked.protected void getActionData(org.apache.hadoop.fs.FileSystem actionFs, org.apache.hadoop.mapred.RunningJob runningJob, WorkflowAction action, ActionExecutor.Context context) throws HadoopAccessorException, org.jdom.JDOMException, IOException, URISyntaxException
actionFs - the FileSystem objectrunningJob - the runningJobaction - the Workflow actioncontext - executor contextHadoopAccessorExceptionorg.jdom.JDOMExceptionIOExceptionURISyntaxExceptionprotected boolean getCaptureOutput(WorkflowAction action) throws org.jdom.JDOMException
org.jdom.JDOMExceptionpublic void kill(ActionExecutor.Context context, WorkflowAction action) throws ActionExecutorException
ActionExecutor The ActionExecutor.Context.setEndData(org.apache.oozie.client.WorkflowAction.Status, java.lang.String) method must be called within this method.
kill in class ActionExecutorcontext - executor context.action - the action to kill.ActionExecutorException - thrown if the action could not be killed.public boolean isCompleted(String externalStatus)
ActionExecutorisCompleted in class ActionExecutorexternalStatus - external status to check.protected String[] getShareLibNames(ActionExecutor.Context context, org.jdom.Element actionXml, org.apache.hadoop.conf.Configuration conf)
If NULL or empty, it means that the action does not use the action
sharelib.
If a non-empty string, i.e. foo, it means the action uses the
action sharelib sub-directory foo and all JARs in the sharelib
foo directory will be in the action classpath. Multiple sharelib
sub-directories can be specified as a comma separated list.
The resolution is done using the following precedence order:
getDefaultShareLibName() methodcontext - executor context.actionXml - conf - action configuration.protected String getDefaultShareLibName(org.jdom.Element actionXml)
actionXml - the action XML fragment.NULL if none.public String[] getShareLibFilesForActionConf()
protected void setActionCompletionData(ActionExecutor.Context context, org.apache.hadoop.fs.FileSystem actionFs) throws IOException, HadoopAccessorException, URISyntaxException
context - executor contextactionFs - the FileSystem objectIOExceptionHadoopAccessorExceptionURISyntaxExceptionpublic boolean requiresNameNodeJobTracker()
ActionExecutorrequiresNameNodeJobTracker in class ActionExecutorpublic boolean supportsConfigurationJobXML()
ActionExecutorsupportsConfigurationJobXML in class ActionExecutorCopyright © 2016 Apache Software Foundation. All rights reserved.