Repository: ambari Updated Branches: refs/heads/branch-2.1.2 805f530b1 -> 62ca6efb9
AMBARI-14113 Check memory consumption of hbase shell jvm launched to verify data model (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/62ca6efb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/62ca6efb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/62ca6efb Branch: refs/heads/branch-2.1.2 Commit: 62ca6efb9e566781b10afcf5acb986753d3c9e30 Parents: 805f530 Author: Dmytro Sen <[email protected]> Authored: Mon Nov 30 21:12:37 2015 +0200 Committer: Dmytro Sen <[email protected]> Committed: Mon Nov 30 21:31:01 2015 +0200 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/62ca6efb/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml index 7274a12..2d3c358 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml @@ -113,8 +113,8 @@ export HBASE_CONF_DIR=${HBASE_CONF_DIR:-{{hbase_conf_dir}}} # Extra Java CLASSPATH elements. Optional. export HBASE_CLASSPATH=${HBASE_CLASSPATH} -# The maximum amount of heap to use, in MB. Default is 1000. -export HBASE_HEAPSIZE={{hbase_heapsize}} +# The maximum amount of heap to use for hbase shell. +export HBASE_SHELL_OPTS="-Xmx256m" # Extra Java runtime options. # Below are what we set by default. May only work with SUN JVM.
