Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e78a0a commit a68126dCopy full SHA for a68126d
roles/cdh_hbase_config/defaults/main.yml
@@ -1,6 +1,5 @@
1
---
2
# file: roles/cdh_hbase_config/defaults/main.yml
3
4
-hbase:
5
- # The HBase heap size
6
- heapsize: 8192
+# The HBase heap size
+hbase_heapsize: 4096
roles/cdh_hbase_config/templates/hbase-env.sh
@@ -32,8 +32,8 @@
32
# Extra Java CLASSPATH elements. Optional.
33
# export HBASE_CLASSPATH=
34
35
-# The maximum amount of heap to use, in MB. Default is 1000.
36
-export HBASE_HEAPSIZE=4096
+# The maximum amount of heap to use, in MB. Default is 4096.
+export HBASE_HEAPSIZE={{ hbase_heapsize }}
37
38
# Extra Java runtime options.
39
# Below are what we set by default. May only work with SUN JVM.
0 commit comments