Description
In bigtop-packages/src/common/hbase/install_hbase.sh :
export HBASE_CLASSPATH=\$HADOOP_CONF:\$HADOOP_HOME/*:\$HADOOP_HOME/lib/*:\$ZOOKEEPER_HOME/*:\$ZOOKEEPER_HOME/lib/*:\$HBASE_CLASSPATH
\$ZOOKEEPER_HOME/lib/* seems to be redundant since the zookeeper jar is in \$HBASE_HOME/lib
One symptom is that running 'hbase shell' command results in the following messages:
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in jar:file:<path>/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class SLF4J: Found binding in jar:file:<path>/zookeeper/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class
Attachments
Issue Links
- links to