public class CoordActionInputCheckXCommand extends CoordinatorXCommand<Void>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONF_COORD_INPUT_CHECK_REQUEUE_INTERVAL
Property name of command re-queue interval for coordinator action input check in
milliseconds.
|
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, eventService, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo| Constructor and Description |
|---|
CoordActionInputCheckXCommand(String actionId,
String jobId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkInput(StringBuilder actionXml,
StringBuilder existList,
StringBuilder nonExistList,
org.apache.hadoop.conf.Configuration conf)
To check the list of input paths if all of them exist
|
protected boolean |
checkUnResolvedInput(StringBuilder actionXml,
org.apache.hadoop.conf.Configuration conf) |
protected Void |
execute()
Command execution body.
|
protected String |
getCoordActionErrorCode()
getting the error code of the coord action.
|
protected String |
getCoordActionErrorMsg()
getting the error message of the coord action.
|
long |
getCoordInputCheckRequeueInterval()
This function reads the value of re-queue interval for coordinator input
check command from the Oozie configuration provided by Configuration
Service.
|
String |
getEntityKey()
Return the entity key for the command.
|
String |
getKey()
Get command key
|
protected boolean |
isLockRequired()
Indicate if the the command requires locking.
|
protected void |
loadState()
Load the necessary state to perform the precondition check and to execute the command.
|
protected boolean |
pathExists(String sPath,
org.apache.hadoop.conf.Configuration actionConf,
String user)
Check if given path exists
|
protected void |
verifyPrecondition()
Verify the precondition for the command after a lock has been obtain, just before executing the command.
|
generateEvent, generateEventcall, call, eagerLoadState, eagerVerifyPrecondition, executeInterrupts, getCreatedTime, getInstrumentation, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isReQueueRequired, queue, queue, resetUsed, setInterruptMode, toStringpublic static final String CONF_COORD_INPUT_CHECK_REQUEUE_INTERVAL
public CoordActionInputCheckXCommand(String actionId, String jobId)
protected Void execute() throws CommandException
XCommandexecute in class XCommand<Void>CommandException - thrown if the command execution failed.public long getCoordInputCheckRequeueInterval()
protected boolean checkInput(StringBuilder actionXml, StringBuilder existList, StringBuilder nonExistList, org.apache.hadoop.conf.Configuration conf) throws Exception
actionXml - action xmlexistList - the list of existed pathsnonExistList - the list of non existed pathsconf - action configurationException - thrown of unable to check input pathprotected boolean checkUnResolvedInput(StringBuilder actionXml, org.apache.hadoop.conf.Configuration conf) throws Exception
Exceptionprotected boolean pathExists(String sPath, org.apache.hadoop.conf.Configuration actionConf, String user) throws IOException
sPath - uri pathactionConf - action configurationIOException - thrown if unable to access the pathprotected String getCoordActionErrorCode()
protected String getCoordActionErrorMsg()
public String getEntityKey()
XCommandgetEntityKey in interface XCallable<Void>getEntityKey in class XCommand<Void>protected boolean isLockRequired()
XCommandisLockRequired in class XCommand<Void>true/falseprotected void loadState() throws CommandException
XCommandloadState in class XCommand<Void>CommandExceptionprotected void verifyPrecondition() throws CommandException, PreconditionException
XCommandverifyPrecondition in class XCommand<Void>CommandException - thrown if the precondition is not met.PreconditionExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.