This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new dee191f provide the default value(task.plugin.dir) (#6340)
dee191f is described below
commit dee191f2bb34dde06d34c205c3094d5f0ec58c20
Author: jon-qj <[email protected]>
AuthorDate: Fri Sep 24 23:40:07 2021 +0800
provide the default value(task.plugin.dir) (#6340)
---
dolphinscheduler-server/src/main/resources/worker.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-server/src/main/resources/worker.properties
b/dolphinscheduler-server/src/main/resources/worker.properties
index dc4e472..0e72baa 100644
--- a/dolphinscheduler-server/src/main/resources/worker.properties
+++ b/dolphinscheduler-server/src/main/resources/worker.properties
@@ -43,7 +43,7 @@
#alert.listen.host=localhost
#task.plugin.dir config the #task.plugin.dir config the Task Plugin dir .
WorkerServer while find and load the Task Plugin Jar from this dir when deploy
and start WorkerServer on the server .
-#task.plugin.dir=lib/plugin/task
+task.plugin.dir=lib/plugin/task
#maven.local.repository=/Users/localRepository