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 8048a11 Automated deployment: 8760a3e4afd5cf51301bef2cfc4ca93d6a66df4b
8048a11 is described below
commit 8048a11881ff2859b64d3c19bb4f8a8c2c7a3c90
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 29 04:27:30 2021 +0000
Automated deployment: 8760a3e4afd5cf51301bef2cfc4ca93d6a66df4b
---
en-us/development/development-environment-setup.html | 6 +++---
en-us/development/development-environment-setup.json | 2 +-
zh-cn/development/development-environment-setup.html | 6 +++---
zh-cn/development/development-environment-setup.json | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/en-us/development/development-environment-setup.html
b/en-us/development/development-environment-setup.html
index eedbeea..fabfa8c 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -89,17 +89,17 @@ dataLogDir=/data/zookeeper/datalog
<p>Plugin installation(<strong>Only required for 2.0 or later</strong>):
Compile plugin by command <code>mvn -U clean install
-Dmaven.test.skip=true</code></p>
<p>Note: ${VERSION} needs to be manually modified according to the current
version</p>
<ul>
-<li>alert plugin config</li>
+<li>alert plugin config (alert.properties)</li>
</ul>
<pre><code class="language-alert.properties">
alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert
</code></pre>
<ul>
-<li>registry plugin config</li>
+<li>registry plugin config (registry.properties)</li>
</ul>
<pre><code class="language-registry.properties">
alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper
</code></pre>
<ul>
-<li>task plugin config</li>
+<li>task plugin config (worker.properties)</li>
</ul>
<pre><code class="language-worker.properties">
task.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task
</code></pre>
diff --git a/en-us/development/development-environment-setup.json
b/en-us/development/development-environment-setup.json
index f5e91e6..ff8da44 100644
--- a/en-us/development/development-environment-setup.json
+++ b/en-us/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language</li>\n<li><a
href=\"http://maven.apache.org/dow [...]
+ "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language</li>\n<li><a
href=\"http://maven.apache.org/dow [...]
"link": "/dist/en-us/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/development/development-environment-setup.html
b/zh-cn/development/development-environment-setup.html
index b886dad..a708aa7 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -87,17 +87,17 @@ dataLogDir=/data/zookeeper/datalog
<p>插件的配置(<strong>仅 2.0 及以后的版本需要</strong>):编译对应的插件,在项目目录执行 <code>mvn -U clean
install -Dmaven.test.skip=true</code> 完成注册插件的安装</p>
<p>注意:${VERSION} 需要根据当前版本手动修改</p>
<ul>
-<li>告警插件配置</li>
+<li>告警插件配置 (alert.properties)</li>
</ul>
<pre><code class="language-alert.properties">
alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert
</code></pre>
<ul>
-<li>注册中心插件配置</li>
+<li>注册中心插件配置 (registry.properties)</li>
</ul>
<pre><code class="language-registry.properties">
alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper
</code></pre>
<ul>
-<li>任务插件配置</li>
+<li>任务插件配置 (worker.properties)</li>
</ul>
<pre><code class="language-worker.properties">
task.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task
</code></pre>
diff --git a/zh-cn/development/development-environment-setup.json
b/zh-cn/development/development-environment-setup.json
index 22632fd..56d0b5a 100644
--- a/zh-cn/development/development-environment-setup.json
+++ b/zh-cn/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>:
前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
+ "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>:
前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
"link": "/dist/zh-cn/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file