Re: How to submit Flink program to Yarn without upload the fat jar?

2019-04-05 Thread Chesnay Schepler
Which Flink version are you using? The DISABLED value has not been working since 1.5, so you may be stuck with uploading the app jar every time. On 04/04/2019 11:35, 徐涛 wrote: Hi Experts, When submitting a Flink program to Yarn, the app jar( a fat jar about 200M with Flink

How to submit Flink program to Yarn without upload the fat jar?

2019-04-04 Thread 徐涛
Hi Experts, When submitting a Flink program to Yarn, the app jar( a fat jar about 200M with Flink dependencies ) will be uploaded to Yarn, which will take a lot of time. I check the code in CliFrontend, and found that there is a config item named “yarn.per-job-cluster.include-user-jar”,