This project has retired. For details please refer to its
        
        Attic page.
      
 
SubmitPigCommand (Oozie Core 3.1.3-incubating API)
org.apache.oozie.command.wf
Class SubmitPigCommand
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.SubmitPigCommand
- All Implemented Interfaces: 
 - Callable<String>, XCallable<String>
 
public class SubmitPigCommand
- 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 | 
 
 
SubmitPigCommand
public SubmitPigCommand(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.