When using yarn originally, we found a problem. The jars on yarn will take precedence over the jars on the specified classpath, and sometimes yarn is shared, and the jars in the lib directory of yarn cannot be modified. When Flink runs on a yarn cluster, is the jar on the classpath of flink itself higher than the jar on yarn? ________________________________ [email protected]
From: [email protected]<mailto:[email protected]> Date: 2019-12-23 10:34 To: user-zh<mailto:[email protected]> Subject: Re: using thin jar to replace fat jar on yarn cluster mode Specify classpath [email protected] From: [email protected] Date: 2019-12-23 10:09 To: user; user-zh Subject: using thin jar to replace fat jar on yarn cluster mode Hi, Does flink on yarn support using thin jar to replace fat jar? I don't want the jar of each flink task to have hundreds of MB. I want to put all the dependent packages in a single directory,and then the size of each flink task jar will be tens of KB. ________________________________ [email protected]
