You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2014/09/19 07:58:34 UTC

[jira] [Assigned] (HBASE-12021) Hbase shell does not respect the HBASE_OPTS set by the user in console

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

Ashish Singhi reassigned HBASE-12021:
-------------------------------------

    Assignee: Ashish Singhi

> Hbase shell does not respect the HBASE_OPTS set by the user in console
> ----------------------------------------------------------------------
>
>                 Key: HBASE-12021
>                 URL: https://issues.apache.org/jira/browse/HBASE-12021
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 0.98.5
>            Reporter: nijel
>            Assignee: Ashish Singhi
>            Priority: Minor
>
> Before starting hbase shell i have set some -D parameters reauired for kerberos authentication in HBASE_OPTS (there is no other variables are used when shell is executed). But while invoking Hbase shell it is not used.
> The code in hbase-env.sh is 
> export HBASE_OPTS="-XX:+UseConcMarkSweepGC"
> This will overwrite the the value set in the console
> There can be 2 options to support this
> 1. Append the HBASE_OPTS like HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC".
> 2. Have a new variable (HBASE_CLIENT_OPTS) which is can be appended in shell section of "hbase" file



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