wangjiapengone opened a new issue, #15077: URL: https://github.com/apache/dolphinscheduler/issues/15077
### 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 use HDFS to store resource files. The resource file is: `hdfs://hdfs-cluster01/dolphinscheduler_test/default/resources/test/hello.sh` Then I create a shell task to execute this resource file  The task report "No such file or directory" error.  ### What you expected to happen I think this task should run successfully. Because it's good in 3.1.4, but fails in 3.2.0. ### How to reproduce 1. Use HDFS as resource storage type 2. Create a shell script on Resource Center.  3. Create a task which execute this shell script. Then the error occurs  ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [X] 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]
