You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/31 17:03:34 UTC

[jira] [Commented] (AMBARI-8070) Ambari is exporting values in hbase-env.sh twice

    [ https://issues.apache.org/jira/browse/AMBARI-8070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191974#comment-14191974 ] 

Hudson commented on AMBARI-8070:
--------------------------------

SUCCESS: Integrated in Ambari-branch-1.7.0-docker #41 (See [https://builds.apache.org/job/Ambari-branch-1.7.0-docker/41/])
AMBARI-8070. Ambari is exporting values in hbase-env.sh twice (dlsynichenko) (dlysnichenko: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=79d1642c7f8432c31f1627e38038bad120d634d1)
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/configuration/hbase-env.xml
* ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HBASE/configuration/hbase-env.xml
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/configuration/hbase-env.xml


> Ambari is exporting values in hbase-env.sh twice
> ------------------------------------------------
>
>                 Key: AMBARI-8070
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8070
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-8070.patch
>
>
> I see following in hbase-env.sh
> {noformat}
> export HBASE_OPTS="-XX:+UseConcMarkSweepGC -XX:ErrorFile=/grid/0/log/hbase/hs_err_pid%p.log"
> export SERVER_GC_OPTS="-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:/grid/0/log/hbase/gc.log-`date +'%Y%m%d%H%M'`"
> # Uncomment below to enable java garbage collection logging.
> # export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"
> # Uncomment and adjust to enable JMX exporting
> # See jmxremote.password and jmxremote.access in $JRE_HOME/lib/management to configure remote password access.
> # More details at: http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html
> #
> # export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
> # If you want to configure BucketCache, specify '-XX: MaxDirectMemorySize=' with proper direct memory size
> export HBASE_MASTER_OPTS="-Xmx1024m"
> export HBASE_REGIONSERVER_OPTS="-Xmn512m -XX:CMSInitiatingOccupancyFraction=70  -Xms4096m -Xmx4096m"
> ..
> export HBASE_OPTS="$HBASE_OPTS -Djava.security.auth.login.config=/etc/hbase/conf/hbase_client_jaas.conf"
> export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS -Djava.security.auth.login.config=/etc/hbase/conf/hbase_master_jaas.conf"
> export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -Djava.security.auth.login.config=/etc/hbase/conf/hbase_regionserver_jaas.conf"
> {noformat}
> This is resulting iin  $HBASE_OPTS is not getting appended when HBASE_OPTS is exported.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)