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/10/28 08:07:07 UTC

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

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 c817c3c  Automated deployment: 9e9595f4304a20918f5c4cfa436eb00e3373b3f7
c817c3c is described below

commit c817c3c793e675c75311b0cb60890b64dfb9a823
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Thu Oct 28 08:07:02 2021 +0000

    Automated deployment: 9e9595f4304a20918f5c4cfa436eb00e3373b3f7
---
 en-us/development/development-environment-setup.html | 18 +++++++++++++++++-
 en-us/development/development-environment-setup.json |  2 +-
 zh-cn/development/development-environment-setup.html | 18 +++++++++++++++++-
 zh-cn/development/development-environment-setup.json |  2 +-
 4 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/en-us/development/development-environment-setup.html b/en-us/development/development-environment-setup.html
index 6fa0d8d..4117882 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -86,7 +86,23 @@ dataLogDir=/data/zookeeper/datalog
 <p>Open project: Use IDE open the project, here we use Intellij IDEA as an example, after opening it will take a while for Intellij IDEA to complete the dependent download</p>
 </li>
 <li>
-<p>Plugin installation(<strong>Only required for 2.0 or later</strong>): Compile plugin by command <code>mvn -U clean install package -Prelease -Dmaven.test.skip=true</code></p>
+<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>
+</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>
+</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>
+</ul>
+<pre><code class="language-worker.properties">   task.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task	
+</code></pre>
 </li>
 <li>
 <p>File change</p>
diff --git a/en-us/development/development-environment-setup.json b/en-us/development/development-environment-setup.json
index 7cd0cf9..fd26390 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 1ab8745..7190213 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -84,7 +84,23 @@ dataLogDir=/data/zookeeper/datalog
 <p>打开项目:使用开发工具打开项目,这里以 Intellij IDEA 为例,打开后需要一段时间,让 Intellij IDEA 完成以依赖的下载。</p>
 </li>
 <li>
-<p>插件的安装(<strong>仅 2.0 及以后的版本需要</strong>):编译对应的插件,在项目目录执行 <code>mvn -U clean install package -Prelease -Dmaven.test.skip=true</code> 完成注册插件的安装</p>
+<p>插件的配置(<strong>仅 2.0 及以后的版本需要</strong>):编译对应的插件,在项目目录执行 <code>mvn -U clean install -Dmaven.test.skip=true</code> 完成注册插件的安装</p>
+<p>注意:${VERSION} 需要根据当前版本手动修改</p>
+<ul>
+<li>告警插件配置</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>
+</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>
+</ul>
+<pre><code class="language-worker.properties">   task.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task	
+</code></pre>
 </li>
 <li>
 <p>必要的修改</p>
diff --git a/zh-cn/development/development-environment-setup.json b/zh-cn/development/development-environment-setup.json
index f5af097..07148d7 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