ruanwenjun commented on issue #6129:
URL: 
https://github.com/apache/dolphinscheduler/issues/6129#issuecomment-915704964


   @zhongjiajie Yes, one easy way is to modify the registry.properties like 
below
   ```
   #registry.plugin.dir config the Registry Plugin dir.
   #registry.plugin.dir=lib/plugin/registry
   
   registry.plugin.name=zookeeper
   registry.servers=127.0.0.1:2181
   
   #maven.local.repository=/usr/local/localRepository
   
   #registry.plugin.binding config the Registry Plugin need be load when 
development and run in IDE
   
registry.plugin.binding=./dolphinscheduler-registry-plugin/dolphinscheduler-registry-zookeeper/pom.xml
   ```
   Another way is following the 
[registry-spi](https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/registry_spi.html)
 to install the registry plugin to registry.plugin.dir


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