You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2018/11/20 02:40:01 UTC

[jira] [Commented] (FLINK-10919) Flink binary distribution too large

    [ https://issues.apache.org/jira/browse/FLINK-10919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692569#comment-16692569 ] 

vinoyang commented on FLINK-10919:
----------------------------------

[~till.rohrmann]  Currently, the typical pattern of Flink combined with Python is Apache Beam (Python SDK) + Flink Runner. I suggest that we can remove the Python-related sample jars from the example module. If you agree with this idea, we can create an issue to track it.

> Flink binary distribution too large
> -----------------------------------
>
>                 Key: FLINK-10919
>                 URL: https://issues.apache.org/jira/browse/FLINK-10919
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 1.7.0
>            Reporter: Till Rohrmann
>            Priority: Major
>             Fix For: 1.8.0
>
>
> Flink's binary distribution is almost 500 MB large:
> {code}
> 128K	./bin
>  16K	./examples/python/streaming
>  28K	./examples/python/batch
>  44K	./examples/python
> 189M	./examples/streaming
> 240K	./examples/gelly
> 136K	./examples/batch
> 190M	./examples
> 131M	./lib
> 174M	./opt
>   0B	./log
>  56K	./conf
> 494M	.
> {code}
> I think this is far too large and we should try to reduce the size. For example, the examples directory contains 3 different Kafka example jobs, each at least 50 MB of size.



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