QuakeWang commented on issue #5762: URL: https://github.com/apache/dolphinscheduler/issues/5762#issuecomment-877731577
> There is a solution. > In `dolphinscheduler-service/src/main/resources/registry.properties`: > > ``` > #registry.plugin.dir config the Registry Plugin dir. > registry.plugin.dir=./dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/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 > ``` > > Notice the configuration in `registry.plugin.dir` > > Then in terminal, run `mvn clean install` > > This solution works well in my mac. Thx, I have solved the problem. -- 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]
