You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "André Kelpe (JIRA)" <ji...@apache.org> on 2014/11/27 13:06:12 UTC

[jira] [Created] (HIVE-8987) slf4j classpath collision when starting hive metastore

André Kelpe created HIVE-8987:
---------------------------------

             Summary: slf4j classpath collision when starting hive metastore
                 Key: HIVE-8987
                 URL: https://issues.apache.org/jira/browse/HIVE-8987
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.14.0
         Environment: Apache Hadoop 2.5.2 and Apache Hive 0.14
            Reporter: André Kelpe


The latest release introduced a collision on the classpath. When I start the metatstore, I see an slf4j error:


{code}
apache-hive-0.14.0-bin/bin/hive --service metastore 
Starting Hive Metastore Server
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/hadoop-2.5.2/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/vagrant/apache-hive-0.14.0-bin/lib/hive-jdbc-0.14.0-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)