[17/50] [abbrv] hbase git commit: HBASE-20394 HBase over rides the value of HBASE_OPTS (if any) set by client

2018-04-17 Thread zhangduo
HBASE-20394 HBase over rides the value of HBASE_OPTS (if any) set by client

Signed-off-by: Josh Elser 


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/HBASE-19064
Commit: f3ec2309365bc9be32e7200a52485a73e24b4059
Parents: 2912c95
Author: Nihal Jain 
Authored: Thu Apr 12 12:38:45 2018 +0530
Committer: Josh Elser 
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.
 



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

2018-04-13 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 ed3a6564c -> 8ca2d0ff6


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

Signed-off-by: Josh Elser 


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

Branch: refs/heads/branch-2.0
Commit: 8ca2d0ff6a194b7522ada8fd867993ef4f632647
Parents: ed3a656
Author: Nihal Jain 
Authored: Thu Apr 12 12:38:45 2018 +0530
Committer: Michael Stack 
Committed: Fri Apr 13 10:42:45 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/8ca2d0ff/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.
 



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

2018-04-12 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/branch-2 e51ced4f1 -> 0c751dadf


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

Signed-off-by: Josh Elser 


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

Branch: refs/heads/branch-2
Commit: 0c751dadf83df6f4b0f1815d78c26e13a708d659
Parents: e51ced4
Author: Nihal Jain 
Authored: Thu Apr 12 12:38:45 2018 +0530
Committer: Josh Elser 
Committed: Thu Apr 12 14:47:32 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/0c751dad/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.
 



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

2018-04-12 Thread elserj
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 


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 
Authored: Thu Apr 12 12:38:45 2018 +0530
Committer: Josh Elser 
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.