You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/23 16:03:16 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=15346663#comment-15346663 ] 

ASF GitHub Bot commented on BIGTOP-2488:
----------------------------------------

GitHub user tedyu opened a pull request:

    https://github.com/apache/bigtop/pull/128

    BIGTOP-2488 Redundant zookeeper/lib directory

    The PR removes the redundant $ZOOKEEPER_HOME/lib/* from HBASE_CLASSPATH

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tedyu/bigtop master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/128.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #128
    
----
commit 5cbfccc3f3c889e49567abcc568bba7108926cef
Author: tedyu <yu...@gmail.com>
Date:   2016-06-23T16:01:13Z

    BIGTOP-2488 Redundant zookeeper/lib directory

----


> 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)