Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.0 a3b388aae -> eae3ccbc1


AMBARI-5814. Ambari blueprint install sets hive.tez.container.size too high in 
hive-site.xml. (srimanth)


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

Branch: refs/heads/branch-1.6.0
Commit: eae3ccbc19a39a0817f7ae446dccc843d98b9cc9
Parents: a3b388a
Author: Srimanth Gunturi <[email protected]>
Authored: Mon May 19 14:10:58 2014 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Mon May 19 14:10:58 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/eae3ccbc/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
index f2c4e87..b38865d 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
@@ -341,7 +341,7 @@ limitations under the License.
 
   <property>
     <name>hive.tez.container.size</name>
-    <value>3000000000</value>
+    <value>682</value>
     <description>By default, Tez uses the java options from map tasks. Use 
this property to override that value. Assigned value must match value specified 
for mapreduce.map.child.java.opts.</description>
   </property>
 

Reply via email to