org.apache.oozie.command.wf
Class SubmitPigXCommand

java.lang.Object
  extended by org.apache.oozie.command.XCommand<T>
      extended by org.apache.oozie.command.wf.WorkflowXCommand<String>
          extended by org.apache.oozie.command.wf.SubmitHttpXCommand
              extended by org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
                  extended by org.apache.oozie.command.wf.SubmitPigXCommand
All Implemented Interfaces:
Callable<String>, XCallable<String>

public class SubmitPigXCommand
extends SubmitScriptLanguageXCommand


Field Summary
 
Fields inherited from class org.apache.oozie.command.wf.SubmitHttpXCommand
MANDATORY_OOZIE_CONFS, OPTIONAL_OOZIE_CONFS
 
Fields inherited from class org.apache.oozie.command.XCommand
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, eventService, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo
 
Constructor Summary
SubmitPigXCommand(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
protected  String getLanguageName()
           
protected  String getOptions()
           
protected  String getScriptParamters()
           
 
Methods inherited from class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
getEntityKey, getSectionNamespace, getWorkflowXml, isLockRequired, loadState, verifyPrecondition
 
Methods inherited from class org.apache.oozie.command.wf.SubmitHttpXCommand
execute
 
Methods inherited from class org.apache.oozie.command.wf.WorkflowXCommand
generateEvent, generateEvent, generateEvent
 
Methods inherited from class org.apache.oozie.command.XCommand
call, eagerLoadState, eagerVerifyPrecondition, executeInterrupts, getCreatedTime, getInstrumentation, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isReQueueRequired, queue, queue, resetUsed, setInterruptMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitPigXCommand

public SubmitPigXCommand(org.apache.hadoop.conf.Configuration conf)
Method Detail

getLanguageName

protected String getLanguageName()
Specified by:
getLanguageName in class SubmitScriptLanguageXCommand

getOptions

protected String getOptions()
Specified by:
getOptions in class SubmitScriptLanguageXCommand

getScriptParamters

protected String getScriptParamters()
Specified by:
getScriptParamters in class SubmitScriptLanguageXCommand


Copyright © 2013 Apache Software Foundation. All Rights Reserved.