HBASE-20394 HBase over rides the value of HBASE_OPTS (if any) set by client

Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
Nihal Jain 2018-04-12 12:38:45 +05:30 committed by Josh Elser
parent 2912c95355
commit f3ec230936
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
# Below are what we set by default. May only work with SUN JVM. # Below are what we set by default. May only work with SUN JVM.
# For more on why as well as other possible settings, # For more on why as well as other possible settings,
# see http://hbase.apache.org/book.html#performance # see http://hbase.apache.org/book.html#performance
export HBASE_OPTS="-XX:+UseConcMarkSweepGC" export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC"
# Uncomment one of the below three options to enable java garbage collection logging for the server-side processes. # Uncomment one of the below three options to enable java garbage collection logging for the server-side processes.