-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [executor jar] Bug title When not using local mode, the process of converting JSON data read by CDC (Change Data Capture) into a class using an executable JAR file fails. #3871
Comments
Hello @huangzeehui, this issue is about CDC/CDCSOURCE, so I assign it to @aiwenmo. If you have any questions, you can comment and reply. 你好 @huangzeehui, 这个 issue 是关于 CDC/CDCSOURCE 的,所以我把它分配给了 @aiwenmo。如有任何问题,可以评论回复。 |
Hello @huangzeehui, this issue is about web, so I assign it to @Zzm0809. If you have any questions, you can comment and reply. 你好 @huangzeehui, 这个 issue 是关于 web 的,所以我把它分配给了 @Zzm0809。如有任何问题,可以评论回复。 |
Try using the flink native submission method. |
直接在flink webui是可以正常执行的,然而令我们困扰的是我们希望能够仅使用dinky作为调度工具,并且由dinky进行检查点的管理和报错提醒,这对我们而言是必要的 |
…ress address #3871 (#3887) Co-authored-by: jianjun.xu <[email protected]>
There are differences between EXECUTEJAR execution process and native jar submission. You can try using version 0.7 of native jar submission. Next, we will consider adding the deleted native jar submission method. |
For our team, it is quite difficult to find and solve the Flinkjar submission error in Dinky. We hope to add back the native jar submission method that has been deleted |
…ress address DataLinkDC#3871 (DataLinkDC#3887) Co-authored-by: jianjun.xu <[email protected]>
Please try the thin jar |
According to what you said, I modified the dependencies in the jar and the running result did not change. The local mode still works, but the yarn session does not |
Search before asking
What happened
该jar是将mysqlcdc读取到的json数据简单执行map算子,然而即使jar包中包含TestFlink$1,仍然报错java.lang.ClassNotFoundException: com.tes.flin.TestFlink$1,去除map算子后正常
核心代码:
我将map修改为重写序列化器,此次提交就出现报错
What you expected to happen
How to reproduce
Anything else
No response
Version
1.0.3
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: