This project has retired. For details please refer to its
Attic page.
SubmitMRCommand (Oozie Core 3.1.3-incubating API)
org.apache.oozie.command.wf
Class SubmitMRCommand
java.lang.Object
org.apache.oozie.command.Command<T,WorkflowStore>
org.apache.oozie.command.wf.WorkflowCommand<String>
org.apache.oozie.command.wf.SubmitHttpCommand
org.apache.oozie.command.wf.SubmitMRCommand
- All Implemented Interfaces:
- Callable<String>, XCallable<String>
public class SubmitMRCommand
- extends SubmitHttpCommand
Method Summary |
protected String |
getWorkflowXml(org.apache.hadoop.conf.Configuration conf)
Generate workflow xml from conf object |
Methods inherited from class org.apache.oozie.command.Command |
call, execute, getCreatedTime, getInstrumentation, getKey, getName, getPriority, getType, incrCommandCounter, incrJobCounter, incrJobCounter, lock, logQueueCallableFalse, queueCallable, queueCallable, queueCallable, queueCallableForException, resetLogInfoAction, resetLogInfoWorkflow, setLogInfo, setLogInfo, setLogInfo, setLogInfo, toString |
SubmitMRCommand
public SubmitMRCommand(org.apache.hadoop.conf.Configuration conf,
String authToken)
getWorkflowXml
protected String getWorkflowXml(org.apache.hadoop.conf.Configuration conf)
- Description copied from class:
SubmitHttpCommand
- Generate workflow xml from conf object
- Specified by:
getWorkflowXml
in class SubmitHttpCommand
- Parameters:
conf
- the configuration object
- Returns:
- workflow xml def string representation
Copyright © 2012 Apache Software Foundation. All Rights Reserved.