[Bug] [admin]When submitting the task, the jobmanager.archive.fs.dir
was incorrectly set.
#4087
Closed
2 of 3 tasks
Labels
Bug
Something isn't working
Search before asking
What happened
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.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?
Code of Conduct
The text was updated successfully, but these errors were encountered: