Uses of Class
org.apache.oozie.coord.CoordinatorJobException

Packages that use CoordinatorJobException
org.apache.oozie.command.coord   
 

Uses of CoordinatorJobException in org.apache.oozie.command.coord
 

Methods in org.apache.oozie.command.coord that throw CoordinatorJobException
 org.jdom.Element CoordSubmitXCommand.basicResolveAndIncludeDS(String appXml, org.apache.hadoop.conf.Configuration conf, CoordinatorJobBean coordJob)
          The method resolve all the variables that are defined in configuration.
 org.jdom.Element CoordSubmitCommand.basicResolveAndIncludeDS(String appXml, org.apache.hadoop.conf.Configuration conf, CoordinatorJobBean coordJob)
          The method resolve all the variables that are defined in configuration.
protected  void CoordSubmitXCommand.includeDataSets(org.jdom.Element resolvedXml, org.apache.hadoop.conf.Configuration conf)
          Include referred datasets into XML.
protected  void CoordSubmitCommand.includeDataSets(org.jdom.Element resolvedXml, org.apache.hadoop.conf.Configuration conf)
          Include referred Datasets into XML.
static boolean CoordCommandUtils.materializeSLA(org.jdom.Element eSla, Date nominalTime, org.apache.hadoop.conf.Configuration conf)
           
protected  String CoordSubmitXCommand.readDefinition(String appPath)
          Read coordinator definition.
protected  String CoordSubmitCommand.readDefinition(String appPath)
          Read workflow definition.
protected  org.jdom.Element CoordSubmitXCommand.resolveInitial(org.apache.hadoop.conf.Configuration conf, String appXml, CoordinatorJobBean coordJob)
          Resolve basic entities using job Configuration.
protected  org.jdom.Element CoordSubmitCommand.resolveInitial(org.apache.hadoop.conf.Configuration conf, String appXml, CoordinatorJobBean coordJob)
          Resolve basic entities using job Configuration.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.