You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ry...@apache.org on 2014/07/11 11:49:40 UTC

git commit: OOZIE-1926 make gz blob compression as default (ryota)

Repository: oozie
Updated Branches:
  refs/heads/master c25818eae -> bdc41b258


OOZIE-1926 make gz blob compression as default (ryota)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/bdc41b25
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/bdc41b25
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/bdc41b25

Branch: refs/heads/master
Commit: bdc41b258f20bb73db554cfad6828de41757225b
Parents: c25818e
Author: egashira <ry...@yahoo.com>
Authored: Fri Jul 11 02:48:09 2014 -0700
Committer: egashira <ry...@yahoo.com>
Committed: Fri Jul 11 02:48:09 2014 -0700

----------------------------------------------------------------------
 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/bdc41b25/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 982c82f..b38801f 100644
--- a/core/src/main/resources/oozie-default.xml
+++ b/core/src/main/resources/oozie-default.xml
@@ -26,7 +26,7 @@
 
     <property>
         <name>oozie.output.compression.codec</name>
-        <value>NONE</value>
+        <value>gz</value>
         <description>
             The name of the compression codec to use.
             The implementation class for the codec needs to be specified through another property oozie.compression.codecs.

http://git-wip-us.apache.org/repos/asf/oozie/blob/bdc41b25/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index c5a9fd8..a4b456f 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.1.0 release (trunk - unreleased)
 
+OOZIE-1926 make gz blob compression as default (ryota)
 OOZIE-1916 Use Curator leader latch instead of checking the order of Oozie servers (rkanter)
 OOZIE-1886 Queue operation talking longer time (shwethags via rohini)
 OOZIE-1865 Oozie servers can't talk to each other with Oozie HA and Kerberos (rkanter)