OOZIE-2908 Fix typo in oozie.actions.null.args.allowed property in oozie-default.xml (gezapeti)
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/53b1d1e4 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/53b1d1e4 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/53b1d1e4 Branch: refs/heads/oya Commit: 53b1d1e4392cfd35d10860e3b1437273d909a316 Parents: b2c44c6 Author: Gezapeti Cseh <[email protected]> Authored: Wed May 17 22:48:26 2017 +0200 Committer: Gezapeti Cseh <[email protected]> Committed: Wed May 17 22:48:26 2017 +0200 ---------------------------------------------------------------------- core/src/main/resources/oozie-default.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/53b1d1e4/core/src/main/resources/oozie-default.xml ---------------------------------------------------------------------- diff --git a/core/src/main/resources/oozie-default.xml b/core/src/main/resources/oozie-default.xml index 205c89b..b22b1ce 100644 --- a/core/src/main/resources/oozie-default.xml +++ b/core/src/main/resources/oozie-default.xml @@ -3049,7 +3049,7 @@ will be the requeue interval for the actions which are waiting for a long time w </property> <property> - <name>oozie.actions.null.args.allowed</name> + <name>oozie.action.null.args.allowed</name> <value>true</value> <description> When set to true, empty arguments (like <arg></arg>) will be passed as "null" to the main method of a http://git-wip-us.apache.org/repos/asf/oozie/blob/53b1d1e4/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 696c5a9..ccf8a12 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.4.0 release (trunk - unreleased) +OOZIE-2908 Fix typo in oozie.actions.null.args.allowed property in oozie-default.xml (gezapeti) OOZIE-2888 Upgrade commons-io to 2.4 (dbist13 via pbacsko) OOZIE-2872 Address backward compatibility issue introduced by OOZIE-2748 (pbacsko) OOZIE-2780 Upgrade minimum Hadoop version to 2.6.0 (dbist13 via rkanter)
