dolphinscheduler
dolphinscheduler copied to clipboard
[Bug] [FLINK TASK]When the flink cluster deployment mode is standalone mode, an error occurs when executing the flinksql task
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
My flink cluster is standalone deployment mode,When I configure flinksql task execution error.
The following is my flinksql task configuration and error message:
What you expected to happen
How do I run flinksql tasks correctly?
How to reproduce
every
Anything else
1.I've already added flink-shaded-hadoop-2-uber-2.8.3-10.0.jar in flink lib/ 2.I confirm that there is nothing wrong with my flinksql because I have already executed it in flinkSQl-client. 3.ds version = 3.1.7 4.flink version = 1.14.4
Version
3.1.x
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
When I don't add flink-shaded- hadoop-2-uber-2.3.3-10.0.jar, there is another problem, as you can see: https://github.com/apache/dolphinscheduler/issues/10808#issuecomment-1198755028