----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35379/#review111534 -----------------------------------------------------------
core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowAppParser.java <https://reviews.apache.org/r/35379/#comment171727> You had removed it from here and that should not be the case. This needs to be there so that it is only set when there is sub-workflow and propagate conf. core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowAppParser.java (line 510) <https://reviews.apache.org/r/35379/#comment171728> This is where it needs to be removed so that it is not set for every workflow having global section - Rohini Palaniswamy On Dec. 16, 2015, 10:23 a.m., Jaydeep Vishwakarma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35379/ > ----------------------------------------------------------- > > (Updated Dec. 16, 2015, 10:23 a.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 > >
