----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65636/ -----------------------------------------------------------
(Updated March 29, 2019, 1 p.m.) Review request for oozie. Changes ------- Rebased patch which includes the changes made in OOZIE-3370 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 2862d33f core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java 70b9adc1 core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java 2bc0baa4 Diff: https://reviews.apache.org/r/65636/diff/3/ Changes: https://reviews.apache.org/r/65636/diff/2-3/ Testing ------- Thanks, Jason Phelps
