Skip to content
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] [admin] 提交yarnsession standalone模式的任务时 flink的配置不生效 #753

Closed
2 of 3 tasks
Tracked by #884
Zzm0809 opened this issue Jul 21, 2022 · 2 comments
Closed
2 of 3 tasks
Tracked by #884
Labels
Bug Something isn't working
Milestone

Comments

@Zzm0809
Copy link
Contributor

Zzm0809 commented Jul 21, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

提交yarnsession standalone模式的任务时 flink的配置不生效

What you expected to happen

standalone 和yarnsession 一样的问题
第一次测试 : 在dinky上直接分别提交两种类型的任务 dinky没有各种set 提交上去无法checkpoint 配置不生效
第二次测试 : 在dinky分别提交两种类型的任务 dinky 加入了set参数 或者使用右侧配置项增加配置 可以做checkpoint 配置生效
第三次测试: 在本地使用sql-client直接提交两种类型的任务 所有任务均正常执行checkpoint 配置生效

How to reproduce

Anything else

1.获取当前关联的 集群实例 的jobmanager
2. 构建 FlinkAPI flinkApi = FlinkAPI.build(jobmanagerAddress)
3. 通过 flinkApi.getJobManagerConfig() 获取到当前 JM的配置 传递给SQL 提交
4. 如果SQL内/右侧配置 中含有 配置项 可覆盖 (3) 中的配置

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Zzm0809 Zzm0809 added Bug Something isn't working Waiting for reply Waiting for reply labels Jul 21, 2022
@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Jul 22, 2022
@chunhei2008
Copy link

可以参考官方文档
config
execution

image

@Zzm0809 Zzm0809 added the FAQ Frequently Asked Questions label Aug 23, 2022
@Zzm0809 Zzm0809 added this to the Roadmap milestone Aug 23, 2022
@Zzm0809 Zzm0809 mentioned this issue Aug 23, 2022
13 tasks
@gaoyan1998 gaoyan1998 modified the milestones: Roadmap, 1.0.0 Dec 25, 2023
@gaoyan1998 gaoyan1998 removed the FAQ Frequently Asked Questions label Dec 25, 2023
@gaoyan1998
Copy link
Contributor

link to #2762

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants