ruanwenjun edited a comment on issue #5762: URL: https://github.com/apache/dolphinscheduler/issues/5762#issuecomment-875723907
You can try using the following settings, it can work well at my environment. ```java #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 ``` I am not sure if you need to change the file separator in windows. -- 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]
