You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2018/10/23 08:45:00 UTC

[jira] [Resolved] (FLINK-9975) Netty dependency of Hadoop >= 2.7 is not relocated

     [ https://issues.apache.org/jira/browse/FLINK-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber resolved FLINK-9975.
--------------------------------
      Resolution: Fixed
    Release Note: We now also relocate Hadoop's Netty dependency from {{io.netty}} to {{org.apache.flink.hadoop.shaded.io.netty}}. You can now bundle your own version of Netty into your job but may no longer assume that {{io.netty}} is present in the flink-shaded-hadoop2-uber-*.jar file.

Fixed via:
- master: aa3ae941fbab0aa73556f3a50f77cf798a2b37cf

> Netty dependency of Hadoop >= 2.7 is not relocated
> --------------------------------------------------
>
>                 Key: FLINK-9975
>                 URL: https://issues.apache.org/jira/browse/FLINK-9975
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.4.2, 1.5.0, 1.5.1, 1.6.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> Previously, in {{flink-shaded-hadoop}}, we also relocate Netty ({{org.jboss.netty}}) to not conflict with user code. Since Hadoop 2.7 the Netty version they depend on has been upgraded and we missed relocating {{io.netty}} accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)