Ted Yu created BIGTOP-2488:
------------------------------
Summary: Redundant zookeeper/lib directory
Key: BIGTOP-2488
URL: https://issues.apache.org/jira/browse/BIGTOP-2488
Project: Bigtop
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
In bigtop-packages/src/common/hbase/install_hbase.sh :
{code}
export
HBASE_CLASSPATH=\$HADOOP_CONF:\$HADOOP_HOME/*:\$HADOOP_HOME/lib/*:\$ZOOKEEPER_HOME/*:\$ZOOKEEPER_HOME/lib/*:\$HBASE_CLASSPATH
{code}
\$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:
{code}
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
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)