Selaa lähdekoodia

AMBARI-8730. Configs: warnings using Hive client (aonishuk)

Andrew Onishuk 10 vuotta sitten
vanhempi
commit
432ddcbeb9

+ 0 - 3
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml

@@ -36,9 +36,6 @@
 
 # The heap size of the jvm stared by hive shell script can be controlled via:
 
-export HADOOP_HEAPSIZE="{{hive_heapsize}}"
-export HADOOP_CLIENT_OPTS="-Xmx${HADOOP_HEAPSIZE}m $HADOOP_CLIENT_OPTS"
-
 # Larger heap size may be required when running queries over large number of files or partitions.
 # By default hive shell scripts use a heap size of 256 (MB).  Larger heap size would also be
 # appropriate for hive server (hwi etc).