You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/07/17 15:22:09 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 9ee2b4feba592f89277b373200b28cad0355a3aa

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 df4cd7a  Automated deployment: 9ee2b4feba592f89277b373200b28cad0355a3aa
df4cd7a is described below

commit df4cd7abd97b97517438f45569540609afb7944a
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Sat Jul 17 15:22:00 2021 +0000

    Automated deployment: 9ee2b4feba592f89277b373200b28cad0355a3aa
---
 en-us/docs/dev/user_doc/registry_spi.html | 43 ++++++++++++++++++++++++++++++-
 en-us/docs/dev/user_doc/registry_spi.json |  2 +-
 zh-cn/docs/dev/user_doc/registry_spi.html |  8 +++---
 zh-cn/docs/dev/user_doc/registry_spi.json |  2 +-
 4 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/en-us/docs/dev/user_doc/registry_spi.html b/en-us/docs/dev/user_doc/registry_spi.html
index 78e4df0..e6e0c1b 100644
--- a/en-us/docs/dev/user_doc/registry_spi.html
+++ b/en-us/docs/dev/user_doc/registry_spi.html
@@ -10,7 +10,48 @@
   <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 [...]
+  <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 it?</h4>
+<p>First you need to execute the <code>mvn -U install package -Prelease -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry.</p>
+<p>Next,  please follow the configuration below (using zookeeper as an example).</p>
+<table>
+<thead>
+<tr>
+<th style="text-align:center">parameter</th>
+<th style="text-align:center">default</th>
+<th style="text-align:center">description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td style="text-align:center">registry.plugin.dir</td>
+<td style="text-align:center">./dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</td>
+<td style="text-align:center">Registration Center Plugin Directory</td>
+</tr>
+<tr>
+<td style="text-align:center"><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td style="text-align:center">zookeeper</td>
+<td style="text-align:center">Registration Center specific plugin name</td>
+</tr>
+<tr>
+<td style="text-align:center">registry.plugin.binding</td>
+<td style="text-align:center">registry</td>
+<td style="text-align:center">Dolphinscheduler plugin category</td>
+</tr>
+<tr>
+<td style="text-align:center">registry.servers</td>
+<td style="text-align:center">127.0.0.1:2181</td>
+<td style="text-align:center">ZK connection address</td>
+</tr>
+</tbody>
+</table>
+<p>For the specific configuration information, please refer to the parameter information that provided by the specific plugin. Taking zk as an example, all the parameters of this configuration information about zk are in the class org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperConfiguration.java. If a parameter is needed to be changed to a specific value instead of the default, it can be configured directly in the registry. However, the prefix should be added to indicate  [...]
+<h4>FAQ</h4>
+<p>1: registry plugin not found</p>
+<p>Please check if <code>mvn -U install package -Prelease -Dmaven.test.skip=true</code> is executed. Besides, please check if the directory is configured in registry.plugin.dir in the configuration file contains the relevant plugins.</p>
+<p>2:registry connect timeout</p>
+<p>You can add 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 [...]
   <script src="//cdn.jsdelivr.net/npm/react@15.6.2/dist/react-with-addons.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/react-dom@15.6.2/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 38e822b..3c10656 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": "",
+  "__html": "<h3>DolphinScheduler Registry SPI main design</h3>\n<h4>How to use it?</h4>\n<p>First you need to execute the <code>mvn -U install package -Prelease -Dmaven.test.skip=true</code> to install the plugin for generating 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,  please follow the configuration below (using zookeeper as an example).</p>\n<table>\n<thead>\n<tr>\n<th style=\ [...]
   "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 8c302f3..de6d94e 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>首先你需要执行 mvn install -Dmaven.test.skip=true 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</p>
+<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>其次进行以下配置(以 zookeeper 为例)</p>
 <table>
 <thead>
@@ -25,7 +25,7 @@
 <tbody>
 <tr>
 <td>registry.plugin.dir</td>
-<td>/Users/用户名/workspaces/dolphinscheduler/dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</td>
+<td>./dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry</td>
 <td>注册中心插件目录</td>
 </tr>
 <tr>
@@ -48,8 +48,8 @@
 <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>1: registry plugin not found</p>
+<p>请检查是否有执行 <code>mvn -U install package -Prelease -Dmaven.test.skip=true</code> ,此外,请检查配置文件中的 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 38a0d78..42c360c 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>首先你需要执行 mvn install -Dmaven.test.skip=true 安装插件,生成注册中心的插件 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>registry.plugin.dir</td>\n<td>/Users/用户名/workspaces/dolphinscheduler/dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6 [...]
+  "__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>registry.plugin.dir</td>\n<td>./dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SN [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/registry_spi.html",
   "meta": {}
 }
\ No newline at end of file