EtachGu commented on issue #5709:
URL: 
https://github.com/apache/dolphinscheduler/issues/5709#issuecomment-871040908


   Finally, I solved this problem,we must change the `supervisor.ini` 
configuration of Worker server, add umask=002
   
   ```ini
   [program:worker]
   command=%(ENV_DOLPHINSCHEDULER_BIN)s/dolphinscheduler-daemon.sh start 
worker-server
   directory=%(ENV_DOLPHINSCHEDULER_HOME)s
   priority=999
   autostart=%(ENV_WORKER_START_ENABLED)s
   autorestart=true
   startsecs=10
   stopwaitsecs=3
   exitcodes=0
   stopasgroup=true
   killasgroup=true
   redirect_stderr=true
   stdout_logfile=/dev/fd/1
   stdout_logfile_maxbytes=0
   umask=002
   ```
   
   and it works,  GOOD 
   


-- 
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]


Reply via email to