Hi, According to the documentation of Flink, it seems that fat JAR is recommended when submitting a Flink job. However, the Flink dependencies (as well as other dependencies like Hadoop) are too big in size, thus producing a fat JAR which exceeds 100MB. Is there some way to separate the 'common' dependencies and app-specific dependencies and submit a thinner JAR? Many thanks.
- How to use thin JAR instead of fat JAR when submitting Flink... Qi Kang