KaiSong-UK opened a new pull request, #18430:
URL: https://github.com/apache/dolphinscheduler/pull/18430
## Purpose
Fix #16617: SeaTunnel 2.3.1+ deprecated `--deploy-mode` / `-e` in favor of
`--run-mode` / `-r` for Flink connector. This causes SeaTunnel Flink tasks to
fail.
## Changes
Changed `SeatunnelFlinkParameters.RunModeEnum` to use `--run-mode`:
- `RUN("--deploy-mode run")` → `RUN("--run-mode run")`
- `RUN_APPLICATION("--deploy-mode run-application")` →
`RUN_APPLICATION("--run-mode run-application")`
## Reference
SeaTunnel docs: https://seatunnel.apache.org/docs/2.3.0/command/usage/
Closes #16617
--
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]