Ufuk Celebi created FLINK-1097:
----------------------------------
Summary: SLFJ warnings when running with Hadoop 2
Key: FLINK-1097
URL:
https://issues.apache.org/jira/browse/FLINK-1097 Project: Flink
Issue Type: Improvement
Components: Local Runtime
Affects Versions: 0.7-incubating
Reporter: Ufuk Celebi
Priority: Minor
I get this warning when running Flink with Hadoop 2 (I haven't tested Hadoop 1).
{code}
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:.../flink-build/lib/flink-dist-0.7-incubating-SNAPSHOT-yarn-uberjar.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:.../flink-build/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:.../flink-build/lib/slf4j-log4j12-1.7.5.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 [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)