Hi everyone,
As per OOZIE-1658, enabling oozie.action.jobinfo.enable should inject a
property, oozie.job.info, with a comma separated list of oozie job
information into the job conf. By default this property is set to false.
I tried setting this property to true in oozie-site.xml and restarted oozie
but I couldn't find the property(oozie.job.info) in the mapreduce job's
configuration.
Can someone verify if this is a bug or is there something I overlooked?
In the code, I noticed that before we set the property oozie.job.info in
the actionConf, the actionConf is already written to action.xml(Class:
{{LauncherMapperHelper}}, Line: 156). I think we need to make sure that
this property is set before writing the action configurations to action.xml.
Thanks,
Akshay