sdvdxl opened a new issue, #16133: URL: https://github.com/apache/dolphinscheduler/issues/16133
### 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 set `export SEATUNNEL_HOME="${SEATUNNEL_HOME:-/opt/seatunnel-2.3.5}"` in `bin/env/dolphinscheduler_env.sh` task log report : > /tmp/dolphinscheduler/exec/process/default/13865082550688/13865121489568_4/21/23/21_23.sh:行4: /bin/seatunnel.sh: 没有那个文件或目录 1. ### What you expected to happen should execute correct exec seatunnel command ### How to reproduce 1. set `export SEATUNNEL_HOME="${SEATUNNEL_HOME:-/opt/seatunnel-2.3.5}"` in `bin/env/dolphinscheduler_env.sh` 2. start server `bin/dolphinscheduler-daemon.sh start standalone-server` 3. create project and seatunnel task 4. run the job ### Anything else I found the pr [Add source env list in common.properties](https://github.com/apache/dolphinscheduler/pull/13317),but not auto load dolphinscheduler_env.sh file, only load the specify explicitly env files ### Version 3.2.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]
