vainly opened a new issue, #14185: URL: https://github.com/apache/dolphinscheduler/issues/14185
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I have not deployed Hadoop and YARN programs on the server!When executing tasks, the Flink plugin in Dolphinscheduler must connect to both Hadoop and YARN. However, when I'm running Flink SQL tasks with the local deployment option, I wonder why it still requires a connection to YARN. This issue is non-existent when running the same Flink program on DolphinScheduler version 3.0.0-beta-2。 ### What you expected to happen <img width="656" alt="image" src="https://github.com/apache/dolphinscheduler/assets/6264879/e96317a5-54dd-4b83-9154-6f596ac13003"> <img width="1080" alt="image" src="https://github.com/apache/dolphinscheduler/assets/6264879/0ed3491c-f9c1-4c92-bc7d-beaa19998f76"> ### How to reproduce Perform the following operations in version 3.1.1 of DolphinScheduler: 1. Add a new Flink task node and open the node interface. 2. Choose "SQL" for the program type. 3. Select "local" for the deployment method. 4. Fill in the initialization script and main script. 5. Execute the task. ### Anything else My task, Flink SQL, is used to collect data from MySQL to Doris. During collection, Flink CDC is utilized for real-time gathering, and the Flink Doris Connector is employed. It is necessary to place the jar file of the Flink Doris Connector into the lib directory of Flink. Reference documentation for Flink Doris Connector can be found at: https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector. ### 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](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
