-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35379/
-----------------------------------------------------------
(Updated July 21, 2015, 10:59 a.m.)
Review request for oozie.
Changes
-------
I have rebased the patch after OOZIE-2187, I have to do the following changes:
As global conf passing as object, No way to view it in xml hence serializing
and compressing it.
handleDefaultsAndGlobal method had so many changes. Subworkflow cannot use
global conf as it fails in all conditions. I have made some changes which will
fix this issue.
Another change made for merging global conf in same handleDefaultsAndGlobal,
before OOZIE-2187 it was not required.
Bugs: OOZIE-2030
https://issues.apache.org/jira/browse/OOZIE-2030
Repository: oozie-git
Description
-------
Forwarding global conf from workflow to action when action is subworkflow,
subworkflow storing it to property and forwarding as property.
LiteworkflowAppParser handling all condition and ensuring child level pass of
global conf.
Diffs (updated)
-----
core/src/main/java/org/apache/oozie/action/oozie/SubWorkflowActionExecutor.java
854d621
core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowAppParser.java
d3a6523
core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
9ab897a
Diff: https://reviews.apache.org/r/35379/diff/
Testing
-------
yes
Thanks,
Jaydeep Vishwakarma