GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/incubator-flink/pull/121

    [FLINK-1097] Fixed multiple slf4j bindings when using Hadoop2

    I excluded all slf4j-log4j12 transitive dependencies to get rid off the 
warning that slf4j finds multiple slf4j bindings in the classpath. 
Additionally, I added log4j-over-slf4j and excluded all log4j transitive 
dependencies so that slf4j handles also legacy log4j logging messages from 
dependencies.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/incubator-flink FLINK-1097

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/121.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #121
    
----
commit b9f76d59ecee99f058a9fa28021a2730bed6e43e
Author: Till Rohrmann <[email protected]>
Date:   2014-09-16T16:02:30Z

    Excluded slf4j-log4j12 as transitive dependency in order to not have 
multiple slf4j bindings in the class path. Added log4j-overslf4j and excluded 
log4j transitive dependencies to collect log4j outputs.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to