You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2016/07/11 06:14:11 UTC

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

    [ https://issues.apache.org/jira/browse/BIGTOP-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370236#comment-15370236 ] 

Konstantin Boudnik commented on BIGTOP-2488:
--------------------------------------------

Please use "git am -s" so it is visible who has signed of on the commit.

> Redundant zookeeper/lib directory
> ---------------------------------
>
>                 Key: BIGTOP-2488
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2488
>             Project: Bigtop
>          Issue Type: Bug
>          Components: debian, rpm
>    Affects Versions: 1.1.0
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            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)