Radeity opened a new issue, #14715: URL: https://github.com/apache/dolphinscheduler/issues/14715
### 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 <img width="1786" alt="image" src="https://github.com/apache/dolphinscheduler/assets/45198818/ee945851-0d33-41f9-a88c-6a7884ded44b"> ### What you expected to happen <img width="1739" alt="image" src="https://github.com/apache/dolphinscheduler/assets/45198818/aa288691-d050-415d-a3f6-6526c44f844c"> ### How to reproduce Use local storage plugin and enter resource center. ### Anything else For UI display, we use full name without prefix(base dir) to generate breadcrumb navigator. Thus, we should set the prefix to `file:/`, because local storage plugin reuse `HdfsStorageOperator`, when we list all files, actually we get files under this path: `Path filePath = new Path(path);`. `new Path` will change `file:///` to `file:/`, so we should directly use `file:/` as defaultFS. ### Version dev ### 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]
