public class LiteWorkflowAppParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JOB_TRACKER |
static String |
DEFAULT_NAME_NODE |
static String |
OOZIE_GLOBAL |
static String |
VALIDATE_FORK_JOIN |
static String |
WF_VALIDATE_FORK_JOIN |
| Constructor and Description |
|---|
LiteWorkflowAppParser(Schema schema,
Class<? extends ControlNodeHandler> controlNodeHandler,
Class<? extends DecisionNodeHandler> decisionHandlerClass,
Class<? extends ActionNodeHandler> actionHandlerClass) |
| Modifier and Type | Method and Description |
|---|---|
LiteWorkflowApp |
validateAndParse(Reader reader,
org.apache.hadoop.conf.Configuration jobConf) |
LiteWorkflowApp |
validateAndParse(Reader reader,
org.apache.hadoop.conf.Configuration jobConf,
org.apache.hadoop.conf.Configuration configDefault)
Parse and validate xml to
LiteWorkflowApp |
public static final String VALIDATE_FORK_JOIN
public static final String WF_VALIDATE_FORK_JOIN
public static final String DEFAULT_NAME_NODE
public static final String DEFAULT_JOB_TRACKER
public static final String OOZIE_GLOBAL
public LiteWorkflowAppParser(Schema schema, Class<? extends ControlNodeHandler> controlNodeHandler, Class<? extends DecisionNodeHandler> decisionHandlerClass, Class<? extends ActionNodeHandler> actionHandlerClass) throws WorkflowException
WorkflowExceptionpublic LiteWorkflowApp validateAndParse(Reader reader, org.apache.hadoop.conf.Configuration jobConf) throws WorkflowException
WorkflowExceptionpublic LiteWorkflowApp validateAndParse(Reader reader, org.apache.hadoop.conf.Configuration jobConf, org.apache.hadoop.conf.Configuration configDefault) throws WorkflowException
LiteWorkflowAppreader - WorkflowExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.