----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65636/ -----------------------------------------------------------
(Updated Aug. 30, 2019, 8:53 p.m.) Review request for oozie. Changes ------- Implemented requested changes 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 1073cb924 core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java 1352db91b core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java 2cd263f60 Diff: https://reviews.apache.org/r/65636/diff/4/ Changes: https://reviews.apache.org/r/65636/diff/3-4/ Testing ------- Thanks, Jason Phelps
