Repository: oozie Updated Branches: refs/heads/master 1ddddfec5 -> a175747df
OOZIE-2184. Change default value of action tmp dir removal to true. (Viji via harsh) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/a175747d Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/a175747d Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/a175747d Branch: refs/heads/master Commit: a175747dfa3d214e37d464b1c5648a3dbf7b3657 Parents: 1ddddfe Author: Harsh J <[email protected]> Authored: Fri Mar 27 00:08:43 2015 +0530 Committer: Harsh J <[email protected]> Committed: Fri Mar 27 00:08:43 2015 +0530 ---------------------------------------------------------------------- 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/a175747d/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 cb65502..3936fca 100644 --- a/core/src/main/resources/oozie-default.xml +++ b/core/src/main/resources/oozie-default.xml @@ -1752,7 +1752,7 @@ <property> <name>oozie.action.ssh.delete.remote.tmp.dir</name> - <value>false</value> + <value>true</value> <description> If set to true, it will delete temporary directory at the end of execution of ssh action. </description> http://git-wip-us.apache.org/repos/asf/oozie/blob/a175747d/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 25df444..23997bb 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.2.0 release (trunk - unreleased) +OOZIE-2184 Change default value of action tmp dir removal to true (Viji via harsh) OOZIE-2006 Hive 2 action should support tez delegation tokens (bzhang) OOZIE-2180 Oozie hive2 should explicitly depend on commons-io rather than transitive dependency of hive-exec (bzhang) OOZIE-2177 Parameterize javadoc plugin configuration (ryota)
