RichardStark commented on a change in pull request #6299:
URL: https://github.com/apache/dolphinscheduler/pull/6299#discussion_r714508487
##########
File path: dolphinscheduler-server/src/main/resources/config/install_config.conf
##########
@@ -111,6 +111,9 @@ sudoEnable="true"
# worker tenant auto create
workerTenantAutoCreate="false"
+# worker task plugin dir
+taskPluginDir="/data1_1T/dolphinscheduler/lib/plugin/task"
Review comment:
actually, this path referenced the other default value, like
- alertPluginDir="/data1_1T/dolphinscheduler/lib/plugin/alert"
- installPath="/data1_1T/dolphinscheduler"
so, after merging this PR , i will raise another PR to fix them all.
What do you think of that?
--
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]