Hi Qi Kang, You don't need and also should not package the dependencies of Flink to the job jar. Only application specific dependencies are enough.
Regards, Dian > 在 2019年9月23日,下午5:17,Qi Kang <miraisen...@126.com> 写道: > > 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. > > >