You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2016/06/23 21:18:16 UTC

[jira] [Resolved] (BIGTOP-2488) Redundant zookeeper/lib directory

     [ https://issues.apache.org/jira/browse/BIGTOP-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik resolved BIGTOP-2488.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

Thanks for the patch Ted! Committed!

> Redundant zookeeper/lib directory
> ---------------------------------
>
>                 Key: BIGTOP-2488
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2488
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Roman Shaposhnik
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> 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)