diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh index 91aca76..1c77251 100644 --- a/conf/hbase-env.sh +++ b/conf/hbase-env.sh @@ -38,7 +38,7 @@ # Below are what we set by default. May only work with SUN JVM. # For more on why as well as other possible settings, # see http://wiki.apache.org/hadoop/PerformanceTuning -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.