org.apache.oozie.coord
Class CoordUtils

java.lang.Object
  extended by org.apache.oozie.coord.CoordUtils

public class CoordUtils
extends Object


Field Summary
static String HADOOP_UGI
           
static String HADOOP_USER
           
 
Constructor Summary
CoordUtils()
           
 
Method Summary
static String getDoneFlag(org.jdom.Element doneFlagElement)
           
static org.apache.hadoop.conf.Configuration getHadoopConf(org.apache.hadoop.conf.Configuration jobConf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HADOOP_UGI

public static final String HADOOP_UGI
See Also:
Constant Field Values

HADOOP_USER

public static final String HADOOP_USER
See Also:
Constant Field Values
Constructor Detail

CoordUtils

public CoordUtils()
Method Detail

getDoneFlag

public static String getDoneFlag(org.jdom.Element doneFlagElement)

getHadoopConf

public static org.apache.hadoop.conf.Configuration getHadoopConf(org.apache.hadoop.conf.Configuration jobConf)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.