Eli Collins created HDFS-3480:
---------------------------------
Summary: Multiple SLF4J binding warning
Key: HDFS-3480
URL: https://issues.apache.org/jira/browse/HDFS-3480
Project: Hadoop HDFS
Issue Type: Bug
Components: build
Affects Versions: 3.0.0
Reporter: Eli Collins
Looks like HDFS-3136 was re-introduced on trunk, don't see it on branch-2.
>From a trunk build from today:
hadoop-3.0.0-SNAPSHOT $ ./bin/hadoop fs -ls -R /
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/eli/hadoop-3.0.0-SNAPSHOT/share/hadoop/common/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/eli/hadoop-3.0.0-SNAPSHOT/share/hadoop/hdfs/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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira