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



##########
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:
       @CalvinKirs I found out I have to set parameter `registryPluginDir` to 
`lib/plugin/registry/zookeeper` to make registry server load jar and work.
   
   So what the parameter `registryPluginName` use for? Should I set 
`registryPluginDir` to `lib/plugin/registry` and `registryPluginName` to 
`zookeeper` and combine them to string `lib/plugin/registry/zookeeper` in my 
bash script?




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