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:
parent
2912c95355
commit
f3ec230936
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue