cleverpig opened a new issue, #13116: URL: https://github.com/apache/dolphinscheduler/issues/13116
### 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 dolphinscheduler在每次重启后都会做一些属性重置: 1、worker-server/conf目录属性为drwx------. 2、worker-server/conf/dolphinscheduler_env.sh属性为rwx------. 这样当使用hadoop或其他用户运行flinksql-shell脚本时,海豚会先执行worker-server/conf/dolphinscheduler_env.sh,此时发生权限拒绝的错误。 临时解决方法:将flink目录的权限设置为dolphinscheduler:root,然后使用dolphinscheduler用户来执行flinksql-shell脚本任务,避免执行dolphinscheduler_env.sh时出错。 ### What you expected to happen 在每次重启后dolphinscheduler保持现有worker-server的conf目录和dolphinscheduler_env.sh的读取属性。. ### How to reproduce 使用其他非root系统用户执行一个flinksql脚本即可。 例如:sql-client.sh -f /app/software/flink-1.16.0/test-all.sql ### Anything else _No response_ ### Version 3.1.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]
