alanredsheep commented on issue #6204:
URL: 
https://github.com/apache/dolphinscheduler/issues/6204#issuecomment-971121592


   It seems that it still lacks task.plugin.dir on Docker Images.
   Here is the ds-worker.log when I use docker-compose to start ds.
   ```
   [ERROR] 2021-11-17 09:48:51.989 
org.springframework.boot.SpringApplication:[823] - Application run failed
   org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'workerServer': Invocation of init method failed; nested exception is 
org.apache.dolphinscheduler.spi.exception.PluginNotFoundException: Task Plugin 
Not Found,Please Check Config File
   ```
   Should we add `task.plugin.dir=${TASK_PLUGIN_DIR}` to  worker.properties.tpl 
and add `export TASK_PLUGIN_DIR=${TASK_PLUGIN_DIR:-"lib/plugin/task"}` to  
startup-init-conf.sh ?


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