Index: conf/hbase-env.sh IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- conf/hbase-env.sh (date 1540452890000) +++ conf/hbase-env.sh (date 1540451523000) @@ -133,3 +133,7 @@ # 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"