roamerop commented on issue #5412: URL: https://github.com/apache/dolphinscheduler/issues/5412#issuecomment-830025035
@github-actions I have solved the problem. I wrong set the `defaultFS` to `file:///` in the file `conf/config/install_config.conf`. That cause the resource file store in the master local file system. The worker can not reach it. After change it to `hdfs://ip:8020`. All 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. For queries about this service, please contact Infrastructure at: [email protected]
