This is an automated email from the ASF dual-hosted git repository.

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fb80b2252d AMBARI-26305: Setting up Hive's xms config (#3939)
fb80b2252d is described below

commit fb80b2252d79bf772e154eb79a74b7872fe50f58
Author: Basapuram Kumar <[email protected]>
AuthorDate: Wed Feb 5 07:39:55 2025 +0530

    AMBARI-26305: Setting up Hive's xms config (#3939)
---
 .../stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-env.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-env.xml
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-env.xml
index d04b194d87..14b5f8c6c2 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-env.xml
@@ -388,7 +388,7 @@ fi
 export HADOOP_OPTS="$HADOOP_OPTS 
-Dzookeeper.sasl.client.username={{zk_principal_user}}"
 {% endif %}
 
-export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS  -Xmx${HADOOP_HEAPSIZE}m"
+export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS  -Xms${HADOOP_HEAPSIZE}m 
-Xmx${HADOOP_HEAPSIZE}m"
 export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS{{heap_dump_opts}}"
 
 # Larger heap size may be required when running queries over large number of 
files or partitions.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to