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 e4af012 Automated deployment: ef3c7a497e9d84fa93689eeabec1bb68b18cc425
e4af012 is described below
commit e4af0128b35a5b7f5a55c27d0d284990c314bcb5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 14 04:00:23 2021 +0000
Automated deployment: ef3c7a497e9d84fa93689eeabec1bb68b18cc425
---
.../development/development-environment-setup.html | 14 +++++++----
.../development/development-environment-setup.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
.../development/development-environment-setup.html | 28 ++++++++++++----------
.../development/development-environment-setup.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
.../guide/installation/pseudo-cluster.html | 2 +-
.../guide/installation/pseudo-cluster.json | 2 +-
16 files changed, 39 insertions(+), 31 deletions(-)
diff --git a/en-us/development/development-environment-setup.html
b/en-us/development/development-environment-setup.html
index b748b48..4748962 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -76,10 +76,10 @@ dataLogDir=/data/zookeeper/datalog
</li>
</ul>
<h4>Database</h4>
-<p>The DolphinScheduler's metadata is stored in relational database. Currently
supported MySQL and Postgresql. We use MySQL as an example. Start the database
and create a new database named dolphinscheduler as DolphinScheduler
metabase.</p>
-<p>After creating the new database, run the sql file under
<code>dolphinscheduler/sql/dolphinscheduler_mysql.sql</code> directly in mysql
to complete the database initialization.</p>
+<p>The DolphinScheduler's metadata is stored in relational database. Currently
supported MySQL and Postgresql. We use MySQL as an example. Start the database
and create a new database named dolphinscheduler as DolphinScheduler
metabase</p>
+<p>After creating the new database, run the sql file under
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>
directly in MySQL to complete the database initialization</p>
<h4>Start Backend Server</h4>
-<p>Following steps will guide how to start the DolphinScheduler backend
service.</p>
+<p>Following steps will guide how to start the DolphinScheduler backend
service</p>
<h5>Backend Start Prepare</h5>
<ul>
<li>
@@ -107,7 +107,7 @@ dataLogDir=/data/zookeeper/datalog
<li>
<p>File change</p>
<ul>
-<li>If you use mysql as your metadata database, you need to modify
<code>dolphinscheduler/pom.xml</code> and change the dependency
<code>mysql-connector-java</code> from <code>scope</code> to
<code>compile</code>. This step is not necessary to use postgresql.</li>
+<li>If you use MySQL as your metadata database, you need to modify
<code>dolphinscheduler/pom.xml</code> and change the <code>scope</code> of the
<code>mysql-connector-java</code> dependency to <code>compile</code>. This step
is not necessary to use PostgreSQL</li>
<li>Modify database configuration, modify the database configuration in the
<code>dolphinscheduler/dolphinscheduler-dao/datasource.properties</code></li>
</ul>
<pre><code class="language-properties"><span class="hljs-comment"># We here
use MySQL with database, username, password named dolphinscheduler as an
example</span>
@@ -118,7 +118,11 @@ dataLogDir=/data/zookeeper/datalog
</code></pre>
</li>
<li>
-<p>Log level: Add one single line <code><appender-ref
ref="STDOUT"/></code> in file
<code>dolphinscheduler-server/src/main/resources/logback-worker.xml</code>,
<code>dolphinscheduler-server/src/main/resources/logback-master.xml</code>,
<code>dolphinscheduler-api/src/main/resources/logback-api.xml</code> to show
log in console, here we add the result after modify as below</p>
+<p>Log level: add a line <code><appender-ref
ref="STDOUT"/></code> to the following configuration to enable the
log to be displayed on the command line</p>
+<p><code>dolphinscheduler-server/src/main/resources/logback-worker.xml</code></p>
+<p><code>dolphinscheduler-server/src/main/resources/logback-master.xml</code></p>
+<p><code>dolphinscheduler-api/src/main/resources/logback-api.xml</code></p>
+<p>here we add the result after modify as below:</p>
<pre><code class="language-diff"><root level="INFO">
<span class="hljs-addition">+ <appender-ref
ref="STDOUT"/></span>
<appender-ref ref="APILOGFILE"/>
diff --git a/en-us/development/development-environment-setup.json
b/en-us/development/development-environment-setup.json
index 6e94a71..7ea0868 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/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index 977424c..b35c747 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>Run the latest schema file manually in
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<p>Run the latest schema file manually in
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
to initialization you database. If you use MySQL, please run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>,
for PostgreSQL run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> In the latest version, the way running
command <code>sh script/create-dolphinscheduler.sh</code> initialization
database is broken, We have created a <a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a> to
track and fix this problem</p>
</blockquote>
diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index e66d35a..de6fb7a 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
+ "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
"link":
"/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index 490c703..8065713 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>Run the latest schema file manually in
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<p>Run the latest schema file manually in
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
to initialization you database. If you use MySQL, please run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>,
for PostgreSQL run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> In the latest version, the way running
command <code>sh script/create-dolphinscheduler.sh</code> initialization
database is broken, We have created a <a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a> to
track and fix this problem</p>
</blockquote>
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 3346e67..905f362 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
+ "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
"link":
"/dist/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index 977424c..b35c747 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>Run the latest schema file manually in
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<p>Run the latest schema file manually in
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
to initialization you database. If you use MySQL, please run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>,
for PostgreSQL run
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> In the latest version, the way running
command <code>sh script/create-dolphinscheduler.sh</code> initialization
database is broken, We have created a <a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a> to
track and fix this problem</p>
</blockquote>
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index e66d35a..de6fb7a 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
+ "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single
machine. In this mode, DolphinScheduler's master, worker, api server, and
logger server are all on the same machine.</p>\n<p>If you are a green hand and
want to experience DolphinScheduler, we recommended you install follow <a
href=\"standalone.md\">Standalone</a>. If you want to experience more complete
functions or schedule large tasks numbe [...]
"link":
"/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.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 be9136e..9e86921 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -28,13 +28,13 @@ git clone [email protected]:apache/dolphinscheduler.git
<h2>开发者须知</h2>
<p>DolphinScheduler 开发环境配置有两个方式,分别是standalone模式,以及普通模式</p>
<ul>
-<li><a
href="#dolphinscheduler-standalone%E5%BF%AB%E9%80%9F%E5%BC%80%E5%8F%91%E6%A8%A1%E5%BC%8F">standalone模式</a>:<strong>推荐使用,但仅支持
1.3.9 及以后的版本</strong>,方便快速的开发环境搭建,能解决大部分场景的开发。</li>
-<li><a
href="#dolphinscheduler-%E6%99%AE%E9%80%9A%E5%BC%80%E5%8F%91%E6%A8%A1%E5%BC%8F">普通模式</a>:master、worker、api、logger等单独启动,能更好的的模拟真实生产环境,可以覆盖的测试环境更多。</li>
+<li><a
href="#dolphinscheduler-standalone%E5%BF%AB%E9%80%9F%E5%BC%80%E5%8F%91%E6%A8%A1%E5%BC%8F">standalone模式</a>:<strong>推荐使用,但仅支持
1.3.9 及以后的版本</strong>,方便快速的开发环境搭建,能解决大部分场景的开发</li>
+<li><a
href="#dolphinscheduler-%E6%99%AE%E9%80%9A%E5%BC%80%E5%8F%91%E6%A8%A1%E5%BC%8F">普通模式</a>:master、worker、api、logger等单独启动,能更好的的模拟真实生产环境,可以覆盖的测试环境更多</li>
</ul>
<h2>DolphinScheduler Standalone快速开发模式</h2>
<blockquote>
-<p><strong><em>注意:</em></strong> 仅供单机开发调试使用,默认使用 H2 Database,Zookeeper Testing
Server。
-如需测试插件,可自行修改 StandaloneServer中<code>plugin.bind</code>,亦或修改配置文件。具体请查看插件说明。
+<p><strong><em>注意:</em></strong> 仅供单机开发调试使用,默认使用 H2 Database,Zookeeper Testing
Server
+如需测试插件,可自行修改 StandaloneServer中 <code>plugin.bind</code>,亦或修改配置文件,具体请查看插件说明
Standalone 仅在 DolphinScheduler 1.3.9 及以后的版本支持</p>
</blockquote>
<h3>分支选择</h3>
@@ -70,22 +70,22 @@ dataLogDir=/data/zookeeper/datalog
</code></pre>
</li>
<li>
-<p>运行 <code>./bin/zkServer.sh</code>。</p>
+<p>运行 <code>./bin/zkServer.sh</code></p>
</li>
</ul>
<h4>数据库</h4>
-<p>DolphinScheduler 的元数据存储在关系型数据库中,目前支持的关系型数据库包括 MySQL 以及
Postgresql。下面以MySQL为例,启动数据库并创建新database作为 DolphinScheduler 元数据库,这里以数据库名
dolphinscheduler 为例。</p>
-<p>创建完新数据库后,将 <code>dolphinscheduler/sql/dolphinscheduler_mysql.sql</code> 下的
sql 文件直接在mysql中运行,完成数据库初始化。</p>
+<p>DolphinScheduler 的元数据存储在关系型数据库中,目前支持的关系型数据库包括 MySQL 以及
PostgreSQL。下面以MySQL为例,启动数据库并创建新 database 作为 DolphinScheduler 元数据库,这里以数据库名
dolphinscheduler 为例</p>
+<p>创建完新数据库后,将
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>
下的 sql 文件直接在 MySQL 中运行,完成数据库初始化</p>
<h4>启动后端</h4>
-<p>下面步骤将引导如何启动 DolphinScheduler 后端服务。</p>
+<p>下面步骤将引导如何启动 DolphinScheduler 后端服务</p>
<h5>必要的准备工作</h5>
<ul>
<li>
-<p>打开项目:使用开发工具打开项目,这里以 Intellij IDEA 为例,打开后需要一段时间,让 Intellij IDEA 完成以依赖的下载。</p>
+<p>打开项目:使用开发工具打开项目,这里以 Intellij IDEA 为例,打开后需要一段时间,让 Intellij IDEA 完成以依赖的下载</p>
</li>
<li>
<p>插件的配置(<strong>仅 2.0 及以后的版本需要</strong>):编译对应的插件,在项目目录执行 <code>mvn -U clean
install -Dmaven.test.skip=true</code> 完成注册插件的安装</p>
-<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改,关于 ***.plugin.binding,
maven.local.repository 则无需做任何修改。</p>
+<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改,关于 ***.plugin.binding,
maven.local.repository 则无需做任何修改</p>
<ul>
<li>告警插件配置 (alert.properties)</li>
</ul>
@@ -105,7 +105,7 @@ dataLogDir=/data/zookeeper/datalog
<li>
<p>必要的修改</p>
<ul>
-<li>如果使用 mysql 作为元数据库,需要先修改 <code>dolphinscheduler/pom.xml</code>,将
<code>mysql-connector-java</code> 依赖从 <code>scope</code> 改为
<code>compile</code>,使用 postgresql 则不需要。</li>
+<li>如果使用 MySQL 作为元数据库,需要先修改 <code>dolphinscheduler/pom.xml</code>,将
<code>mysql-connector-java</code> 依赖的 <code>scope</code> 改为
<code>compile</code>,使用 PostgreSQL 则不需要</li>
<li>修改数据库配置,修改
<code>dolphinscheduler/dolphinscheduler-dao/datasource.properties</code>
文件中的数据库配置</li>
</ul>
<pre><code class="language-properties"><span class="hljs-comment"># 本样例以 MySQL
为例,其中数据库名为 dolphinscheduler,账户名密码均为 dolphinscheduler</span>
@@ -116,7 +116,11 @@ dataLogDir=/data/zookeeper/datalog
</code></pre>
</li>
<li>
-<p>修改日志级别:修改一下文件,增加一行内容 <code><appender-ref
ref="STDOUT"/></code> 使日志能在命令行中显示
<code>dolphinscheduler-server/src/main/resources/logback-worker.xml</code>,<code>dolphinscheduler-server/src/main/resources/logback-master.xml</code>,<code>dolphinscheduler-api/src/main/resources/logback-api.xml</code>
修改后的结果如下</p>
+<p>修改日志级别:为以下配置增加一行内容 <code><appender-ref
ref="STDOUT"/></code> 使日志能在命令行中显示</p>
+<p><code>dolphinscheduler-server/src/main/resources/logback-worker.xml</code></p>
+<p><code>dolphinscheduler-server/src/main/resources/logback-master.xml</code></p>
+<p><code>dolphinscheduler-api/src/main/resources/logback-api.xml</code></p>
+<p>修改后的结果如下:</p>
<pre><code class="language-diff"><root level="INFO">
<span class="hljs-addition">+ <appender-ref
ref="STDOUT"/></span>
<appender-ref ref="APILOGFILE"/>
diff --git a/zh-cn/development/development-environment-setup.json
b/zh-cn/development/development-environment-setup.json
index 374a8dd..ceb6dd0 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
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index e77e891..a94ab7d 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<p>运行对应数据库的最新定义文件,位置在
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
。例如你是 MySQL ,运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>
,是 PostgreSQL 则运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a>
去追踪并修复这个问题。</p>
</blockquote>
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index a50a555..7ad5304 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
+ "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
"link":
"/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index 18d4a38..c542d8f 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<p>运行对应数据库的最新定义文件,位置在
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
。例如你是 MySQL ,运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>
,是 PostgreSQL 则运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a>
去追踪并修复这个问题。</p>
</blockquote>
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index b091ef7..b838b54 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
+ "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
"link":
"/dist/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index e77e891..a94ab7d 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -81,7 +81,7 @@ mysql></span><span class="bash"> CREATE DATABASE
dolphinscheduler DEFAULT CHA
<span class="hljs-meta">
mysql></span><span class="bash"> flush privileges;</span>
</code></pre>
-<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<p>运行对应数据库的最新定义文件,位置在
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_*.sql</code>
。例如你是 MySQL ,运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql</code>
,是 PostgreSQL 则运行
<code>dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgre.sql</code></p>
<blockquote>
<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a
href="https://github.com/apache/dolphinscheduler/issues/6597">issue-6597</a>
去追踪并修复这个问题。</p>
</blockquote>
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index a50a555..7ad5304 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
{
"filename": "pseudo-cluster.md",
- "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
+ "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验
DolphinScheduler 的功能,推荐使用<a
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"cluster.md\">集群部署</a>或者<a
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a
href=\"https://www.oracle.com/technetwork/ja [...]
"link":
"/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
"meta": {}
}
\ No newline at end of file