org.apache.oozie.coord
Class CoordUtils

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

public class CoordUtils
extends java.lang.Object


Field Summary
static java.lang.String HADOOP_UGI
           
static java.lang.String HADOOP_USER
           
 
Constructor Summary
CoordUtils()
           
 
Method Summary
static java.lang.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 java.lang.String HADOOP_UGI
See Also:
Constant Field Values

HADOOP_USER

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

CoordUtils

public CoordUtils()
Method Detail

getDoneFlag

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

getHadoopConf

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


Copyright © 2010 Yahoo. All Rights Reserved.