This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e8f6a5a  Automated deployment: de1b45818d091e15d5e564fe85f6ead1d0830bc0
e8f6a5a is described below

commit e8f6a5affa48471014cd8c2db146490b1c377a55
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 4 14:16:22 2021 +0000

    Automated deployment: de1b45818d091e15d5e564fe85f6ead1d0830bc0
---
 zh-cn/docs/dev/user_doc/registry_spi.html | 18 +++++++++---------
 zh-cn/docs/dev/user_doc/registry_spi.json |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/zh-cn/docs/dev/user_doc/registry_spi.html 
b/zh-cn/docs/dev/user_doc/registry_spi.html
index 333aa93..b5e499c 100644
--- a/zh-cn/docs/dev/user_doc/registry_spi.html
+++ b/zh-cn/docs/dev/user_doc/registry_spi.html
@@ -12,8 +12,8 @@
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><a 
href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">En</span><div 
class="header-menu"><img class="header-menu-toggle" 
src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass 
ant-menu-l [...]
 <h4>如何使用?</h4>
-<p>首先你需要执行maven install 
安装插件,生成注册中心的插件jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
-<p>其次进行以下配置(以zookeeper 为例)</p>
+<p>首先你需要执行 mvn install 安装插件,生成注册中心的插件 
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
+<p>其次进行以下配置(以 zookeeper 为例)</p>
 <table>
 <thead>
 <tr>
@@ -26,11 +26,11 @@
 <tr>
 <td>zookeeper.quorum</td>
 <td>localhost:2181</td>
-<td>zk集群连接信息</td>
+<td>zk 集群连接信息</td>
 </tr>
 <tr>
 <td>registry.plugin.dir</td>
-<td>/Users/kris/workspaces/incubator-dolphinscheduler/dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry/zookeeper</td>
+<td>/Users/用户名/workspaces/dolphinscheduler/dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry/zookeeper</td>
 <td>注册中心插件目录</td>
 </tr>
 <tr>
@@ -41,20 +41,20 @@
 <tr>
 <td>registry.plugin.binding</td>
 <td>registry</td>
-<td>DolphinScheduler插件类别</td>
+<td>DolphinScheduler 插件类别</td>
 </tr>
 <tr>
 <td>registry.servers</td>
 <td>127.0.0.1:2181</td>
-<td>zk连接地址</td>
+<td>zk 连接地址</td>
 </tr>
 </tbody>
 </table>
-<p>具体配置信息请参考具体插件提供的参数信息,例如zk:org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperConfiguration.java
-所有配置信息前缀需要+registry,如 <a 
href="http://base.sleep.time.ms";>base.sleep.time.ms</a>,在registry中应该这样配置:registry.base.sleep.time.ms=100</p>
+<p>具体配置信息请参考具体插件提供的参数信息,例如 
zk:org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperConfiguration.java
+所有配置信息前缀需要 +registry,如 <a 
href="http://base.sleep.time.ms";>base.sleep.time.ms</a>,在 registry 
中应该这样配置:registry.base.sleep.time.ms=100</p>
 <h4>FAQ</h4>
 <p>1: not found registry plugin</p>
-<p>请检查是否有执行 mvn install,此外,请检查 配置文件中的 registry.plugin.dir 中配置的目录是否有相关插件。</p>
+<p>请检查是否有执行 mvn install,此外,请检查配置文件中的 registry.plugin.dir 中配置的目录是否有相关插件。</p>
 <p>2:registry connect timeout</p>
 <p>可以增加相关超时参数。</p>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/zh-cn/community/development/subscribe.html"><p>邮件列表</p></a></li><li><img 
class="img-base" src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><a href="https://twitter.com/dolphinschedule";><p 
[...]
diff --git a/zh-cn/docs/dev/user_doc/registry_spi.json 
b/zh-cn/docs/dev/user_doc/registry_spi.json
index a5645e6..7a9f7b5 100644
--- a/zh-cn/docs/dev/user_doc/registry_spi.json
+++ b/zh-cn/docs/dev/user_doc/registry_spi.json
@@ -1,6 +1,6 @@
 {
   "filename": "registry_spi.md",
-  "__html": "<h3>DolphinScheduler Registry SPI 
主要设计</h3>\n<h4>如何使用?</h4>\n<p>首先你需要执行maven install 
安装插件,生成注册中心的插件jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>\n<p>其次进行以下配置(以zookeeper
 
为例)</p>\n<table>\n<thead>\n<tr>\n<th>参数</th>\n<th>默认值</th>\n<th>描述</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zookeeper.quorum</td>\n<td>localhost:2181</td>\n<td>zk集群连接信息</td>\n</tr>\n<tr>\n<td>registry.plugin.dir</td>\n<td>/Users/kris/workspaces/incubator-do
 [...]
+  "__html": "<h3>DolphinScheduler Registry SPI 
主要设计</h3>\n<h4>如何使用?</h4>\n<p>首先你需要执行 mvn install 安装插件,生成注册中心的插件 
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>\n<p>其次进行以下配置(以
 zookeeper 
为例)</p>\n<table>\n<thead>\n<tr>\n<th>参数</th>\n<th>默认值</th>\n<th>描述</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zookeeper.quorum</td>\n<td>localhost:2181</td>\n<td>zk
 
集群连接信息</td>\n</tr>\n<tr>\n<td>registry.plugin.dir</td>\n<td>/Users/用户名/workspaces/dolphinsche
 [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/registry_spi.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to