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]When submitting the task, the jobmanager.archive.fs.dir was incorrectly set. #4087

Closed
2 of 3 tasks
jiangwwwei opened this issue Dec 24, 2024 · 2 comments
Closed
2 of 3 tasks
Assignees
Labels
Bug Something isn't working

Comments

@jiangwwwei
Copy link
Contributor

Search before asking

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

What happened

image
I configured this parameter in the cluster config, but when submitting the job, the parameter from the job config was retrieved and then directly assigned the constant address of the RS protocol.

When submitting to the cluster, the configuration jobmanager.archive.fs.dir = rs:/tmp/flink-job-archive was used. However, Flink itself does not support the RS protocol, resulting in an error that prevents the job from starting.

image

What you expected to happen

Independently configure the HistoryServer archive address.

How to reproduce

1.enabling the HistoryServer
2.do not configure jobmanager.archive.fs.dir in the task configuration;
3.instead, set jobmanager.archive.fs.dir in the cluster configuration.
4. Then, submit the job to the Kubernetes cluster.

Anything else

No response

Version

1.2.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@jiangwwwei jiangwwwei added Bug Something isn't working Waiting for reply Waiting for reply labels Dec 24, 2024
Copy link

Hello @jiangwwwei, this issue is about K8S, so I assign it to @gaoyan1998 and @zackyoungh. If you have any questions, you can comment and reply.

你好 @jiangwwwei, 这个 issue 是关于 K8S 的,所以我把它分配给了 @gaoyan1998@zackyoungh。如有任何问题,可以评论回复。

@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Jan 21, 2025
@gaoyan1998
Copy link
Contributor

Just go to the configuration center and turn off dinky's built-in history service.

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