微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

SLF4J: Found binding in

在运行sqlline.py,提示jar包冲突

[hadoop@itpub81 ~]$ sqlline.py 192.168.1.91:2181
......
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/data/phoenix-hbase-2.2-5.1.2-bin/phoenix-client-hbase-2.2-5.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/data/hadoop-3.1.1/share/hadoop/common/lib/slf4j-log4j12-1.7.25.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]
......

[Solution]
根据网友方案,删除任何一个即可

[hadoop@itpub81 ~]$ rm -rf /data/phoenix-hbase-2.2-5.1.2-bin/phoenix-client-hbase-2.2-5.1.2.jar

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐