【发布时间】:2014-11-20 22:28:04
【问题描述】:
使用 jar:file:/usr/local/hive/lib/hive-common-0.12.0.jar!/hive-log4j.properties 中的配置初始化日志记录
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12- 1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/hive/lib/slf4j-log4j12-1.6.1.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]
蜂巢>
【问题讨论】:
-
这里的问题是什么?
-
我可以运行 hive,但我想摆脱 slf4j 警告或错误
标签: java apache hive ubuntu-14.04