Repository: oozie Updated Branches: refs/heads/master 14599a0a5 -> aff5941f4
OOZIE-1785 Add oozie email action xsd to OozieCli.java (jagatsingh via rohini) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/aff5941f Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/aff5941f Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/aff5941f Branch: refs/heads/master Commit: aff5941f4d5724dbc07ed0629db03e6a9ff9a62d Parents: 14599a0 Author: Rohini Palaniswamy <[email protected]> Authored: Wed Apr 23 10:03:16 2014 -0700 Committer: Rohini Palaniswamy <[email protected]> Committed: Wed Apr 23 10:03:16 2014 -0700 ---------------------------------------------------------------------- client/src/main/java/org/apache/oozie/cli/OozieCLI.java | 2 ++ release-log.txt | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/aff5941f/client/src/main/java/org/apache/oozie/cli/OozieCLI.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java index d964889..9929040 100644 --- a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java +++ b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java @@ -1730,6 +1730,8 @@ public class OozieCLI { sources.add(new StreamSource(Thread.currentThread().getContextClassLoader().getResourceAsStream( "email-action-0.1.xsd"))); sources.add(new StreamSource(Thread.currentThread().getContextClassLoader().getResourceAsStream( + "email-action-0.2.xsd"))); + sources.add(new StreamSource(Thread.currentThread().getContextClassLoader().getResourceAsStream( "distcp-action-0.1.xsd"))); sources.add(new StreamSource(Thread.currentThread().getContextClassLoader().getResourceAsStream( "distcp-action-0.2.xsd"))); http://git-wip-us.apache.org/repos/asf/oozie/blob/aff5941f/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 0a58977..b7daf42 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1785 Add oozie email action xsd to OozieCli.java (jagatsingh via rohini) OOZIE-1527 Fix scalability issues with coordinator materialization (puru via rohini) OOZIE-1797 Workflow rerun command should use existing workflow properties (puru via rohini) OOZIE-1769 An option to update coord properties/definition (puru via rohini)
