From 7751b28e8595c1c481f30ac64f49567a78850d06 Mon Sep 17 00:00:00 2001 From: Zhongting Hu Date: Wed, 24 Feb 2021 15:13:49 -0800 Subject: [PATCH] Add hive memory Settings --- prestodb/hdp2.6-hive-kerberized/files/etc/hive/conf/hive-env.sh | 1 + prestodb/hdp2.6-hive/files/etc/hive/conf/hive-env.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 prestodb/hdp2.6-hive-kerberized/files/etc/hive/conf/hive-env.sh create mode 100644 prestodb/hdp2.6-hive/files/etc/hive/conf/hive-env.sh diff --git a/prestodb/hdp2.6-hive-kerberized/files/etc/hive/conf/hive-env.sh b/prestodb/hdp2.6-hive-kerberized/files/etc/hive/conf/hive-env.sh new file mode 100644 index 0000000..452c42f --- /dev/null +++ b/prestodb/hdp2.6-hive-kerberized/files/etc/hive/conf/hive-env.sh @@ -0,0 +1 @@ +export HADOOP_OPTS="$HADOOP_OPTS -Xmx1024m" \ No newline at end of file diff --git a/prestodb/hdp2.6-hive/files/etc/hive/conf/hive-env.sh b/prestodb/hdp2.6-hive/files/etc/hive/conf/hive-env.sh new file mode 100644 index 0000000..452c42f --- /dev/null +++ b/prestodb/hdp2.6-hive/files/etc/hive/conf/hive-env.sh @@ -0,0 +1 @@ +export HADOOP_OPTS="$HADOOP_OPTS -Xmx1024m" \ No newline at end of file