----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65636/#review197491 -----------------------------------------------------------
core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java Line 423 (original), 506-518 (patched) <https://reviews.apache.org/r/65636/#comment277654> I don't see the case where the same property is set in extra-config-default.xml and config-default.xml as well and config-default.xml takes precedence - Peter Cseh On Feb. 13, 2018, 3:07 p.m., Jason Phelps wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65636/ > ----------------------------------------------------------- > > (Updated Feb. 13, 2018, 3:07 p.m.) > > > Review request for oozie. > > > Repository: oozie-git > > > Description > ------- > > Added another client property: `oozie.default.configuration.path` which > allows for a comma seperated list of HDFS XML property files to be applied to > the job. This is useful if multiple workflows have shared properties (i.e. > database names, table names for Sqoop or Hive, spark arguments, etc). This is > similar to the `oozie.libpath` property which allows user's to define common > paths workflows to load jars. > > > Diffs > ----- > > client/src/main/java/org/apache/oozie/client/OozieClient.java e581e50 > core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java a4d3e2f > core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java > e71a662 > > > Diff: https://reviews.apache.org/r/65636/diff/1/ > > > Testing > ------- > > > Thanks, > > Jason Phelps > >
