Philippe Kernevez created HIVE-9496: ---------------------------------------
Summary: Sl4j warning in hive command Key: HIVE-9496 URL: https://issues.apache.org/jira/browse/HIVE-9496 Project: Hive Issue Type: Bug Components: CLI Affects Versions: 0.14.0 Environment: HDP 2.2.0 on CentOS. With Horton Sand Box and my own cluster. Reporter: Philippe Kernevez Priority: Minor Each time 'hive' command is ran, we have an Sl4J warning about multiple jars containing SL4J classes. This bug is similar to Hive-6162, but doesn't seems to be solved. Logging initialized using configuration in file:/etc/hive/conf/hive-log4j.properties SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-1084/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-1084/hive/lib/hive-jdbc-0.14.0.2.2.0.0-1084-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] -- This message was sent by Atlassian JIRA (v6.3.4#6332)