GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/1372

    [FLINK-3032] Fix jackson-core dependency conflict with Hadoop 2.7.1.

    This commit is also changing how we build the "flink-shaded-hadoop" 
artifact.
    In the past, we were including all Hadoop dependencies into a fat jar, 
without relocating all of them.
    Maven was not able to see Hadoop's dependencies and classes ended up in the 
classpath multiple times.
    
    With this change, only shaded Hadoop dependencies are included into the 
jar. The shade plugin will also
    remove only the shaded dependencies from the pom file.

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

    $ git pull https://github.com/rmetzger/flink flink3032

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

    https://github.com/apache/flink/pull/1372.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 #1372
    
----
commit ad42f13f34f1c026436e050570e9572403dca375
Author: Robert Metzger <[email protected]>
Date:   2015-11-17T13:16:27Z

    [FLINK-3032] Fix jackson-core dependency conflict with Hadoop 2.7.1.
    
    This commit is also changing how we build the "flink-shaded-hadoop" 
artifact.
    In the past, we were including all Hadoop dependencies into a fat jar, 
without relocating all of them.
    Maven was not able to see Hadoop's dependencies and classes ended up in the 
classpath multiple times.
    
    With this change, only shaded Hadoop dependencies are included into the 
jar. The shade plugin will also
    remove only the shaded dependencies from the pom file.

----


---
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