----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65636/ -----------------------------------------------------------
(Updated Feb. 14, 2018, 1:03 p.m.) Review request for oozie. Changes ------- Had the scenerio done, but forgot the assertion test. Added it in 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 (updated) ----- 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/2/ Changes: https://reviews.apache.org/r/65636/diff/1-2/ Testing ------- Thanks, Jason Phelps
