Updated Branches: refs/heads/trunk c25e5c224 -> f8e59976d
AMBARI-3109. lzo_enabled is being set to false in global configuration. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/f8e59976 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/f8e59976 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/f8e59976 Branch: refs/heads/trunk Commit: f8e59976d7ab96e1407b40795ebf2b6295169f71 Parents: c25e5c2 Author: Oleg Nechiporenko <[email protected]> Authored: Thu Sep 5 17:13:48 2013 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Thu Sep 5 17:13:48 2013 +0300 ---------------------------------------------------------------------- .../stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml | 2 +- .../stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml | 2 +- .../HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml | 2 +- .../HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f8e59976/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml index d279724..2fc33c9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/configuration/global.xml @@ -118,7 +118,7 @@ </property> <property> <name>lzo_enabled</name> - <value>false</value> + <value>true</value> <description>LZO compression enabled</description> </property> <property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f8e59976/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml index d279724..2fc33c9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/global.xml @@ -118,7 +118,7 @@ </property> <property> <name>lzo_enabled</name> - <value>false</value> + <value>true</value> <description>LZO compression enabled</description> </property> <property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f8e59976/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml index d279724..2fc33c9 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/configuration/global.xml @@ -118,7 +118,7 @@ </property> <property> <name>lzo_enabled</name> - <value>false</value> + <value>true</value> <description>LZO compression enabled</description> </property> <property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f8e59976/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml index d279724..2fc33c9 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/MAPREDUCE/configuration/global.xml @@ -118,7 +118,7 @@ </property> <property> <name>lzo_enabled</name> - <value>false</value> + <value>true</value> <description>LZO compression enabled</description> </property> <property>
