Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We should add workflow related information to launched job. This information can be used for analytics like how many oozie jobs are submitted for a particular period, what is the total number of failed pig jobs.. etc from mapreduce jobhistory logs and configuration.
JobInfo will contain information of bundle, coordinator, workflow and actions. If enabled, Hadoop job will have
property(oozie.job.info) which value is multiple key/value pair separated by ";".
User can also add custom workflow property to jobinfo by adding property which prefix with "oozie.job.info."
Eg.
oozie.job.info="bundle.id=;bundle.name=;coord.name=;coord.nominal.time=;coord.name=;wf.id=;
wf.name=;action.name=;action.type=;launcher=true"
Jobinfo can enabled/disabled using "oozie.action.jobinfo.enable"
Attachments
Attachments
Issue Links
- relates to
-
OOZIE-2346 Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property
-
- Closed
-