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

Hudson commented on HBASE-12021:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #5533 (See 
[https://builds.apache.org/job/HBase-TRUNK/5533/])
HBASE-12021 Hbase shell does not respect the HBASE_OPTS set by the user in 
console (Ashish Singhi) (stack: rev 098f8c4401fa8c2a3db4bc0c7afc60ff5a992aa8)
* bin/hbase.cmd
* bin/hbase


> 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: documentation, Operability, shell
>    Affects Versions: 2.0.0
>            Reporter: nijel
>            Assignee: Ashish Singhi
>            Priority: Minor
>             Fix For: 2.0.0, 0.98.7, 0.99.1
>
>         Attachments: HBASE-12021.patch
>
>
> 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)

Reply via email to