You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/09/15 21:21:04 UTC

[jira] [Updated] (FLINK-7991) Cleanup kafka example jar filters

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

Till Rohrmann updated FLINK-7991:
---------------------------------
    Fix Version/s: 1.5.5

> Cleanup kafka example jar filters
> ---------------------------------
>
>                 Key: FLINK-7991
>                 URL: https://issues.apache.org/jira/browse/FLINK-7991
>             Project: Flink
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.6.1, 1.7.0, 1.5.4, 1.5.5
>
>
> The kafka example jar shading configuration includes the following files:
> {code}
> <include>org/apache/flink/streaming/examples/kafka/**</include>
> <include>org/apache/flink/streaming/**</include>
> <include>org/apache/kafka/**</include>
> <include>org/apache/curator/**</include>
> <include>org/apache/zookeeper/**</include>
> <include>org/apache/jute/**</include>
> <include>org/I0Itec/**</include>
> <include>jline/**</include>
> <include>com/yammer/**</include>
> <include>kafka/**</include>
> {code}
> Problems:
> * the inclusion of org.apache.flink.streaming causes large parts of the API (and runtime...) to be included in the jar, along the _Twitter_ source and *all* other examples
> * the yammer, jline, l0ltec, jute, zookeeper and curator inclusions are ineffective; none of these classes show up in the example jar



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