-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16489/
-----------------------------------------------------------
(Updated Jan. 5, 2014, 6:56 p.m.)
Review request for oozie.
Changes
-------
review comment.
Bugs: OOZIE-1658
https://issues.apache.org/jira/browse/OOZIE-1658
Repository: oozie
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.
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"
Diffs (updated)
-----
http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
1551329
http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/java/org/apache/oozie/action/hadoop/OozieJobInfo.java
PRE-CREATION
http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/java/org/apache/oozie/command/bundle/BundleStartXCommand.java
1551329
http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/java/org/apache/oozie/command/coord/CoordActionStartXCommand.java
1551329
http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/resources/oozie-default.xml
1551329
http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
PRE-CREATION
Diff: https://reviews.apache.org/r/16489/diff/
Testing
-------
Thanks,
Purshotam Shah