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/10/13 04:00:18 UTC

[GitHub] [dolphinscheduler] CalvinKirs commented on a change in pull request #6506: [WIP] Fix install.sh for DS 2.0

CalvinKirs commented on a change in pull request #6506:
URL: https://github.com/apache/dolphinscheduler/pull/6506#discussion_r727680487



##########
File path: dolphinscheduler-server/src/main/resources/config/install_config.conf
##########
@@ -34,17 +37,13 @@ password="xx"
 # database name
 dbname="dolphinscheduler"
 
-
-# zk cluster
-zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"
-
 # zk root directory
 zkRoot="/dolphinscheduler"
 
 # registry config
 # registry plugin dir
 # Note: find and load the Registry Plugin Jar from this dir.
-registryPluginDir="/data1_1T/dolphinscheduler/lib/plugin/registry"
+registryPluginDir="lib/plugin/registry/zookeeper"

Review comment:
       Just to verify consistency




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