zhongjiajie commented on PR #14131: URL: https://github.com/apache/dolphinscheduler/pull/14131#issuecomment-1551124075
Hi @kevinYuan2017 thanks for your contribution, I deep into this issues, it seem not only this error, due to sea tunnel release 2.3.1 the startup script name change from `start-seatunnel-flink-connector-v2.sh` to `start-seatunnel-flink-15-connector-v2.sh` and `start-seatunnel-flink-13-connector-v2.sh`, which you can see more detail in https://seatunnel.apache.org/docs/2.3.1/start-v2/locally/quick-start-spark. so in https://github.com/apache/dolphinscheduler/pull/14129 I remove enum class to simple string, and in the next time when seatunnel upgrade and add more startup script, we change change the frontend only to make our task work instead of change both frontend and the backend. maybe you can see https://github.com/apache/dolphinscheduler/pull/14129 work in your environment or not, I have already test in seatunnel engine and spark 3.4 and it work correct -- 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]
