You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/17 02:41:03 UTC

[GitHub] [dolphinscheduler] alanredsheep commented on issue #6204: [Bug] [task.plugin.dir ] the parameter task.plugin.dir has no default value when worker node is going to be started.

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org