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/07 08:15:53 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 8164dd97d68e3add42b5fdc22ed22c3c7aafc09a

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 fb6eb1f  Automated deployment: 8164dd97d68e3add42b5fdc22ed22c3c7aafc09a
fb6eb1f is described below

commit fb6eb1f5281de5af5090d4e54bdb2cab1994832f
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Jul 7 08:15:42 2021 +0000

    Automated deployment: 8164dd97d68e3add42b5fdc22ed22c3c7aafc09a
---
 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, 51 insertions(+), 5 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..d78410b 100644
--- a/en-us/docs/dev/user_doc/registry_spi.html
+++ b/en-us/docs/dev/user_doc/registry_spi.html
@@ -10,7 +10,53 @@
   <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?</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 [...]
   <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..4027232 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?</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 [...]
   "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 b5e499c..c9ef8f2 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 安装插件,生成注册中心的插件 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>
@@ -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>请检查是否有执行 mvn install,此外,请检查配置文件中的 registry.plugin.dir 中配置的目录是否有相关插件。</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 7a9f7b5..1943855 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 安装插件,生成注册中心的插件 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 [...]
+  "__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 [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/registry_spi.html",
   "meta": {}
 }
\ No newline at end of file