You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Dev Lakhani (JIRA)" <ji...@apache.org> on 2015/04/10 11:58:12 UTC

[jira] [Updated] (HBASE-13449) HBASE_REGIONSERVER_OPTS in local-regionserver.sh is masked and silently reset.

     [ https://issues.apache.org/jira/browse/HBASE-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dev Lakhani updated HBASE-13449:
--------------------------------
    Summary: HBASE_REGIONSERVER_OPTS in local-regionserver.sh is masked and silently reset.  (was: HBASE_REGIONSERVER_OPTS is maked and silently reset.)

> HBASE_REGIONSERVER_OPTS in local-regionserver.sh is masked and silently reset.
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-13449
>                 URL: https://issues.apache.org/jira/browse/HBASE-13449
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Dev Lakhani
>
> In local-regionserver.sh there is a line which masks the current HBASE_REGIONSERVER_OPTS
> https://github.com/apache/hbase/blob/master/bin/local-regionservers.sh#L38
> # sanity check: make sure your regionserver opts don't use ports [i.e. JMX/DBG]
> export HBASE_REGIONSERVER_OPTS=" "
> We are having trouble with this because:
> 1) As per normal Hadoop convention env variables should be in hbase-env.sh, as with other daemons this is where we set jmx/jvm properties.
> 2) Whatever we set in hbase-env.sh gets masked by this line.
> Is there any reason this line is included in the runner and can it be moved to the env.sh file?



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