-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38088/
-----------------------------------------------------------
(Updated Oct. 28, 2015, 6:31 a.m.)
Review request for oozie, Purshotam Shah and Robert Kanter.
Changes
-------
- Fix for injecting callback url to job conf.
- Removed console url as it can be now constructed from the
job.end-notification.url
Tested on local deployment
Bugs: OOZIE-2346
https://issues.apache.org/jira/browse/OOZIE-2346
Repository: oozie-git
Description
-------
Add super parent id and workflow depth information along with the other oozie
job information into the job conf.
Diffs (updated)
-----
client/src/main/java/org/apache/oozie/client/WorkflowJob.java e2ad6f2
core/src/main/java/org/apache/oozie/WorkflowJobBean.java ef1f452
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
0ea2eea
core/src/main/java/org/apache/oozie/action/hadoop/OozieJobInfo.java 4b13daa
core/src/main/java/org/apache/oozie/action/oozie/SubWorkflowActionExecutor.java
854d621
core/src/main/java/org/apache/oozie/command/coord/CoordActionStartXCommand.java
98f356e
core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
ceaef8b
Diff: https://reviews.apache.org/r/38088/diff/
Testing
-------
Tested locally by running a subworkflow with and without a coordinator.
Thanks,
Akshay Rai