This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 06a9eda Update registry_spi.md (#404)
06a9eda is described below
commit 06a9eda8019a31422a4480b7c61f69e0b918a48b
Author: JinyLeeChina <[email protected]>
AuthorDate: Fri Jul 9 16:57:36 2021 +0800
Update registry_spi.md (#404)
---
docs/zh-cn/dev/user_doc/registry_spi.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/dev/user_doc/registry_spi.md
b/docs/zh-cn/dev/user_doc/registry_spi.md
index 7c9511d..47caba3 100644
--- a/docs/zh-cn/dev/user_doc/registry_spi.md
+++ b/docs/zh-cn/dev/user_doc/registry_spi.md
@@ -1,7 +1,7 @@
### DolphinScheduler Registry SPI 主要设计
#### 如何使用?
-首先你需要执行 mvn install 安装插件,生成注册中心的插件
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry
+首先你需要执行 mvn install -Dmaven.test.skip=true 安装插件,生成注册中心的插件
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry
其次进行以下配置(以 zookeeper 为例)