You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2018/04/12 15:50:29 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/master 2912c9535 -> f3ec23093


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

Signed-off-by: Josh Elser <el...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3ec2309
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3ec2309
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f3ec2309

Branch: refs/heads/master
Commit: f3ec2309365bc9be32e7200a52485a73e24b4059
Parents: 2912c95
Author: Nihal Jain <ni...@gmail.com>
Authored: Thu Apr 12 12:38:45 2018 +0530
Committer: Josh Elser <el...@apache.org>
Committed: Thu Apr 12 11:43:56 2018 -0400

----------------------------------------------------------------------
 conf/hbase-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f3ec2309/conf/hbase-env.sh
----------------------------------------------------------------------
diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh
index d9879c6..1ac93cc 100644
--- a/conf/hbase-env.sh
+++ b/conf/hbase-env.sh
@@ -41,7 +41,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://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.