Hi, Which version of flink are you using? It looks like there is a conflict between the flink version of the cluster and the version in userjar
Best, Weihua > 2022年5月19日 下午4:49,Zain Haider Nemati <zain.hai...@retailo.co> 写道: > > Hi, > Im running flink application on yarn cluster it is giving me this error, it > is working fine on standalone cluster. Any idea what could be causing this? > > Exception in thread "main" java.lang.NoSuchMethodError: > org.apache.flink.client.deployment.application.ClassPathPackagedProgramRetriever.newBuilder([Ljava/lang/String;)Lorg/apache/flink/client/deployment/application/ClassPathPackagedProgramRetriever$Builder; > at > org.apache.flink.yarn.entrypoint.YarnApplicationClusterEntryPoint.getPackagedProgramRetriever(YarnApplicationClusterEntryPoint.java:137) > at > org.apache.flink.yarn.entrypoint.YarnApplicationClusterEntryPoint.getPackagedProgram(YarnApplicationClusterEntryPoint.java:121) > at > org.apache.flink.yarn.entrypoint.YarnApplicationClusterEntryPoint.main(YarnApplicationClusterEntryPoint.java:95)