|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.util.JobUtils
public class JobUtils
Job utilities.
Constructor Summary | |
---|---|
JobUtils()
|
Method Summary | |
---|---|
static void |
normalizeAppPath(String user,
String group,
org.apache.hadoop.conf.Configuration conf)
Normalize appPath in job conf with the provided user/group - If it's not jobs via proxy submission, after normalization appPath always points to job's Xml definition file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobUtils()
Method Detail |
---|
public static void normalizeAppPath(String user, String group, org.apache.hadoop.conf.Configuration conf) throws IOException
user
- usergroup
- groupconf
- job configuration.
IOException
- thrown if normalization can not be done properly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |