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 477ebfd Automated deployment: ece2c477b3da1c0ffeb0e866c7ead732ca1c97f7
477ebfd is described below
commit 477ebfdeece640ef81448d1c62b81c9aa52daca0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 7 11:40:25 2021 +0000
Automated deployment: ece2c477b3da1c0ffeb0e866c7ead732ca1c97f7
---
en-us/docs/dev/user_doc/registry_spi.html | 48 +------------------------------
en-us/docs/dev/user_doc/registry_spi.json | 2 +-
zh-cn/docs/dev/user_doc/registry_spi.html | 4 +--
zh-cn/docs/dev/user_doc/registry_spi.json | 2 +-
4 files changed, 5 insertions(+), 51 deletions(-)
diff --git a/en-us/docs/dev/user_doc/registry_spi.html
b/en-us/docs/dev/user_doc/registry_spi.html
index d78410b..78e4df0 100644
--- a/en-us/docs/dev/user_doc/registry_spi.html
+++ b/en-us/docs/dev/user_doc/registry_spi.html
@@ -10,53 +10,7 @@
<link rel="stylesheet" href="/build/vendor.c5ba65d.css">
</head>
<body>
- <div id="root"><div class="md2html docs-page" data-reactroot=""><header
class="header-container header-container-dark"><div class="header-body"><a
href="/en-us/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">中</span><div
class="header-menu"><img class="header-menu-toggle"
src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass
ant-menu-li [...]
-<h4>How to use?</h4>
-<p>First you need to execute the <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code> installation plugin to generate the plugin JAR of
the registry. The directory is:
dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
-<p>Next, do the following configuration (using zookeeper as an example)</p>
-<table>
-<thead>
-<tr>
-<th style="text-align:center">Parameter</th>
-<th>Default</th>
-<th>Description</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td style="text-align:center">zookeeper.quorum</td>
-<td>localhost:2181</td>
-<td>zk Cluster connection information</td>
-</tr>
-<tr>
-<td style="text-align:center">registry.plugin.dir</td>
-<td>/Users/username/workspaces/dolphinscheduler/dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry/zookeeper</td>
-<td>Registration Center Plugin Directory</td>
-</tr>
-<tr>
-<td style="text-align:center">registry.plugin.name|</td>
-<td>zookeeper</td>
-<td>Registration Center specific plugin name</td>
-</tr>
-<tr>
-<td style="text-align:center">registry.plugin.binding</td>
-<td>registry</td>
-<td>Dolphinscheduler plugin category</td>
-</tr>
-<tr>
-<td style="text-align:center">registry.servers</td>
-<td>127.0.0.1:2181</td>
-<td>ZK connection address</td>
-</tr>
-</tbody>
-</table>
-<p>For specific configuration information, please refer to the parameter
information that provided by the specific plugin, for example zk:
org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperConfiguration.java
All configuration information should be prefixed with +registry. For example,
<a href="http://base.sleep.time.ms">base.sleep.time.ms</a> should be configured
in the registry like this: registry.base.sleep.time.ms=100.</p>
-<h4>FAQ</h4>
-<p>1: not found registry plugin</p>
-<p>Please check that <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code> is executed, and that the directory configured in
registry.plugin.dir in the configuration file contains the relevant plugins.</p>
-<p>2:registry connect timeout</p>
-<p>You can increase the relevant timeout parameters.</p>
-</div></section><footer class="footer-container"><div
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please
contact us through the following ways.</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="/en-us/community/development/subscribe.html"><p>Email
List</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img
class="img-change" src="/img/twitterbl [...]
+ <div id="root"><div class="md2html docs-page" data-reactroot=""><header
class="header-container header-container-dark"><div class="header-body"><a
href="/en-us/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">中</span><div
class="header-menu"><img class="header-menu-toggle"
src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass
ant-menu-li [...]
<script
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
<script
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
<script>window.rootPath = '';</script>
diff --git a/en-us/docs/dev/user_doc/registry_spi.json
b/en-us/docs/dev/user_doc/registry_spi.json
index 4027232..38e822b 100644
--- a/en-us/docs/dev/user_doc/registry_spi.json
+++ b/en-us/docs/dev/user_doc/registry_spi.json
@@ -1,6 +1,6 @@
{
"filename": "registry_spi.md",
- "__html": "<h3>Dolphinscheduler Registry SPI main design</h3>\n<h4>How to
use?</h4>\n<p>First you need to execute the <code>mvn -U install package
-Prelease -Dmaven.test.skip=true</code> installation plugin to generate the
plugin JAR of the registry. The directory is:
dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>\n<p>Next,
do the following configuration (using zookeeper as an
example)</p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align:center [...]
+ "__html": "",
"link": "/dist/en-us/docs/dev/user_doc/registry_spi.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/registry_spi.html
b/zh-cn/docs/dev/user_doc/registry_spi.html
index c9ef8f2..b5e499c 100644
--- a/zh-cn/docs/dev/user_doc/registry_spi.html
+++ b/zh-cn/docs/dev/user_doc/registry_spi.html
@@ -12,7 +12,7 @@
<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>首先你需要执行 <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
+<p>首先你需要执行 mvn install 安装插件,生成注册中心的插件
jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
<p>其次进行以下配置(以 zookeeper 为例)</p>
<table>
<thead>
@@ -54,7 +54,7 @@
所有配置信息前缀需要 +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>请检查是否有执行 <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code> ,此外,请检查配置文件中的 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 1943855..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>首先你需要执行 <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件
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>regist [...]
+ "__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