Repository: ambari Updated Branches: refs/heads/branch-1.7.0 576fb5bc2 -> 9fa7da473 refs/heads/trunk 79c147a5e -> 3cb71c0ba
AMBARI-8077. HBase RegionServer does not start on single-node cluster with 8GB memory (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3cb71c0b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3cb71c0b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3cb71c0b Branch: refs/heads/trunk Commit: 3cb71c0ba7d99488601e9b3e3ea9b16cda839ac1 Parents: 79c147a Author: Andrew Onishuk <[email protected]> Authored: Fri Oct 31 21:01:52 2014 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Fri Oct 31 21:01:52 2014 +0200 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3cb71c0b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml index 7e05d7b..c74bc6a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml @@ -23,7 +23,7 @@ <configuration> <property> <name>hbase_regionserver_heapsize</name> - <value>4096</value> + <value>2048</value> <description>HBase RegionServer Heap Size.</description> </property> </configuration>
