flink_remotesubmit
flink_remotesubmit copied to clipboard
jar有提交到flink集群,但执行失败。因为jar包没有TableApiModel类
The program's entry point class 'com.yp.flink.model.TableApiModel.java' was not found in the jar file
项目有编译成功,页面也有出来,按你的说明的操作,jar有提交到flink集群,但执行失败。因为jar包没有TableApiModel类,请问你有遇到过吗,我是在windows 10操作系统,IEDA2021调试的。
没遇到过。
提交方式是重新编译吗? 反编译UUID_flink_demo111.jar看是否有TableApiModel的class,如果没有就是没有编译成功。 看看是否配置文件中以下三个参数设置问题: rootpath dependmentpath mainpath
思路很好,学习了!动态编译的JAR里确实没有class。MacOS 12,JAVA1.8
https://github.com/nyingping/flink_remotesubmit/issues/3#issuecomment-1081643275
Mac系统下看看是否是这个问题