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.
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.
Parameters:
user - user
group - group
conf - job configuration.
Throws:
IOException - thrown if normalization can not be done properly.