wangchao732 commented on issue #16604: URL: https://github.com/apache/dolphinscheduler/issues/16604#issuecomment-2343352960
> > > > Caused by: java.nio.file.AccessDeniedException: > > > > /tmp/dolphinscheduler/exec/process/bclduser/1/26_1/239277/364644/bin/winutils.exe > > > > > > > > > @wangchao732 > > > > > > Please ignore this, it has nothing to do with this. > > Also, just because it has a .exe file underneath it, you think it's running under Windows. Currently running on Linux CentOS 6.x. There is a problem with the current logic, the maximum permission of the file created by the Linux user is 666, there is no execution permission, and the DolphinScheduler task is completed to delete the file (tenant), you must sudo or use the file owner to delete it. -- 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]
