From f967bfdca78e20c4f8b77f513c7496c3a381687d Mon Sep 17 00:00:00 2001 From: "han.congcong" Date: Fri, 26 Oct 2018 13:53:23 +0800 Subject: [PATCH] HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh Signed-off-by: Sean Busbey (cherry picked from commit 86cbbdea9ec9bde73397619fceb3bac9625813a9) --- conf/hbase-env.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh index f2195da12ad..74bbce4d86f 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"