[
https://issues.apache.org/jira/browse/AMBARI-8989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266132#comment-14266132
]
Hudson commented on AMBARI-8989:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit-docker #669 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/669/])
AMBARI-8989. Configs: HBase heap sizes should not be set to 1GB (dlysnichenko)
(dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1ea49d0a729bf6f90c72edd80239f1a155eaab7b)
* ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
* ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
* ambari-server/src/test/python/stacks/2.1/common/test_stack_advisor.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
> Configs: HBase heap sizes should not be set to 1GB
> --------------------------------------------------
>
> Key: AMBARI-8989
> URL: https://issues.apache.org/jira/browse/AMBARI-8989
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.0.0
>
> Attachments: AMBARI-8989.patch
>
>
> Ambari installs are still hard coding heap sizes to 1GB. We have seen many
> tickets filed whose resolution was to increase regionserver sizes to 4GB. I
> think these should be adjusted.
> Here is what I got from the Ambari install:
> {code}
> export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC
> -XX:ErrorFile=/var/log/hbase/hs_err_pid%p.log"
> export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS -Xmx1024m"
> export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -Xmn200m
> -XX:CMSInitiatingOccupancyFraction=70 -Xms1024m -Xmx1024m"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)