Ryu Kobayashi created HIVE-21157:
------------------------------------
Summary: Slf4j warning again from 2.X.X
Key: HIVE-21157
URL: https://issues.apache.org/jira/browse/HIVE-21157
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0
Reporter: Ryu Kobayashi
Assignee: Ryu Kobayashi
The warning of Slf4j has occurred again since 2.0.0:
{code}
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.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.apache.logging.slf4j.Log4jLoggerFactory]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)