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/07/07 15:56:44 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on issue #5762: [Question] Failure to configure dev development environment

ruanwenjun commented 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
   ```


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