glxfeng opened a new issue #1526: [BUG] version 1.2 "/tmp/dolphinscheduler/" 目录权限问题 directory permission URL: https://github.com/apache/incubator-dolphinscheduler/issues/1526 从1.1版本升级到1.2版本之后,作业无法执行,从dolphinscheduler-worker.log日志中看到错误信息如下:”Unable to create directory /tmp/dolphinscheduler/exec/process/1/14/1875/7851“ After upgrading from version 1.1 to version 1.2, the job cannot be executed, the error message from the file 'dolphinscheduler-worker.log' :”Unable to create directory /tmp/dolphinscheduler/exec/process/1/14/1875/7851“ 修改目录权限为777之后作业能执行,但是产生的文件属主是dolphinscheduler,不是root The job can be executed when the directory permission is changed to 777, but the file owner is dolphinscheduler, not root 说明文件是由dolphinscheduler用户直接生成的,不是sudo生成 This indicates that the file was generated by the dolphinscheduler user, not by sudo 这与1.1版本不一致,请问这否是个bug? This is not consistent with version 1.1. Is this a bug?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
