> On Dec. 3, 2015, 4:02 p.m., Rohini Palaniswamy wrote: > > core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowAppParser.java, > > line 512 > > <https://reviews.apache.org/r/35379/diff/9/?file=1149310#file1149310line512> > > > > This line needs to be removed. Purpose of my ask to make all these > > changes is to avoid cost of serializing global conf if there is no > > sub-workflow with propagate-configuration.
This issue is still there - Rohini ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35379/#review108633 ----------------------------------------------------------- On Nov. 30, 2015, 8:59 p.m., Jaydeep Vishwakarma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35379/ > ----------------------------------------------------------- > > (Updated Nov. 30, 2015, 8:59 p.m.) > > > Review request for oozie. > > > 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 > ----- > > > 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 > >
