You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/11/06 14:40:39 UTC

[1/3] hbase git commit: HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Repository: hbase
Updated Branches:
  refs/heads/branch-1 9c47c7448 -> f967bfdca
  refs/heads/branch-2 d544b7ade -> 5d44757b9
  refs/heads/master a31458bde -> 86cbbdea9


HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/master
Commit: 86cbbdea9ec9bde73397619fceb3bac9625813a9
Parents: a31458b
Author: han.congcong <ha...@immomo.com>
Authored: Fri Oct 26 13:53:23 2018 +0800
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Nov 6 08:38:55 2018 -0600

----------------------------------------------------------------------
 conf/hbase-env.sh | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/86cbbdea/conf/hbase-env.sh
----------------------------------------------------------------------
diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh
index c2bf09c..9851736 100644
--- a/conf/hbase-env.sh
+++ b/conf/hbase-env.sh
@@ -133,3 +133,7 @@ export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC"
 # HBASE_ROOT_LOGGER=INFO,DRFA
 # The reason for changing default to RFA is to avoid the boundary case of filling out disk space as 
 # DRFA doesn't put any cap on the log size. Please refer to HBase-5655 for more context.
+
+# Tell HBase whether it should include Hadoop's lib when start up,
+# the default value is false,means that includes Hadoop's lib.
+# export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"


[3/3] hbase git commit: HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Posted by bu...@apache.org.
HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Signed-off-by: Sean Busbey <bu...@apache.org>
(cherry picked from commit 86cbbdea9ec9bde73397619fceb3bac9625813a9)


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

Branch: refs/heads/branch-1
Commit: f967bfdca78e20c4f8b77f513c7496c3a381687d
Parents: 9c47c74
Author: han.congcong <ha...@immomo.com>
Authored: Fri Oct 26 13:53:23 2018 +0800
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Nov 6 08:40:04 2018 -0600

----------------------------------------------------------------------
 conf/hbase-env.sh | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f967bfdc/conf/hbase-env.sh
----------------------------------------------------------------------
diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh
index f2195da..74bbce4 100644
--- a/conf/hbase-env.sh
+++ b/conf/hbase-env.sh
@@ -135,3 +135,7 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -XX:PermSize=128m -XX:M
 # HBASE_ROOT_LOGGER=INFO,DRFA
 # The reason for changing default to RFA is to avoid the boundary case of filling out disk space as 
 # DRFA doesn't put any cap on the log size. Please refer to HBase-5655 for more context.
+
+# Tell HBase whether it should include Hadoop's lib when start up,
+# the default value is false,means that includes Hadoop's lib.
+# export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"


[2/3] hbase git commit: HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Posted by bu...@apache.org.
HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh

Signed-off-by: Sean Busbey <bu...@apache.org>
(cherry picked from commit 86cbbdea9ec9bde73397619fceb3bac9625813a9)


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

Branch: refs/heads/branch-2
Commit: 5d44757b991aeba406ddd43af28e43ff2b9eb78c
Parents: d544b7a
Author: han.congcong <ha...@immomo.com>
Authored: Fri Oct 26 13:53:23 2018 +0800
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Nov 6 08:39:40 2018 -0600

----------------------------------------------------------------------
 conf/hbase-env.sh | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5d44757b/conf/hbase-env.sh
----------------------------------------------------------------------
diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh
index 1ac93cc..3ca670f 100644
--- a/conf/hbase-env.sh
+++ b/conf/hbase-env.sh
@@ -132,3 +132,7 @@ export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC"
 # HBASE_ROOT_LOGGER=INFO,DRFA
 # The reason for changing default to RFA is to avoid the boundary case of filling out disk space as 
 # DRFA doesn't put any cap on the log size. Please refer to HBase-5655 for more context.
+
+# Tell HBase whether it should include Hadoop's lib when start up,
+# the default value is false,means that includes Hadoop's lib.
+# export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"