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 2022/01/05 14:51:55 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 5b27ec588ec1dde736067baf2da5b75dd2d793f9

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 0a6f924  Automated deployment: 5b27ec588ec1dde736067baf2da5b75dd2d793f9
0a6f924 is described below

commit 0a6f924cec47fab8ca7c242ad63b6ccd105251b5
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Jan 5 14:51:51 2022 +0000

    Automated deployment: 5b27ec588ec1dde736067baf2da5b75dd2d793f9
---
 en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html    | 2 +-
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json    | 2 +-
 en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html    | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json    | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

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 55dc963..3469014 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>Initialize the database</h3>
-<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
+<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 afe731d..a046473 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/2.0.1/user_doc/guide/installation/pseudo-cluster.html b/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
index a1f989d..7f24962 100644
--- a/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>Initialize the database</h3>
-<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
+<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
diff --git a/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json b/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json
index b1bc18e..5be79bb 100644
--- a/en-us/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/2.0.1/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.1/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 1796064..7e001f6 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>Initialize the database</h3>
-<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
+<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 9ed4f88..ef7fab0 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 a1f989d..7f24962 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>Initialize the database</h3>
-<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
+<p>DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java driver</a> (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 b1bc18e..5be79bb 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.1/user_doc/guide/installation/pseudo-cluster.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 b823a6e..82fcde3 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>初始化数据库</h3>
-<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
+<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 8a90146..0f608b6 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/2.0.1/user_doc/guide/installation/pseudo-cluster.html b/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
index b66f0ee..5a714b9 100644
--- a/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.html
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>初始化数据库</h3>
-<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
+<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
diff --git a/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json b/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json
index 82409fe..5c1d7af 100644
--- a/zh-cn/docs/2.0.1/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/2.0.1/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.1/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 1575eee..cb0864f 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>初始化数据库</h3>
-<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
+<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 202b3b7..9674903 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 b66f0ee..5a714b9 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
@@ -70,7 +70,7 @@ chmod 600 ~/.ssh/authorized_keys
 ./bin/zkServer.sh start
 </code></pre>
 <h3>初始化数据库</h3>
-<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
+<p>DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 <a href="https://downloads.MySQL.com/archives/c-j/">mysql-connector-java 驱动</a> (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库</p>
 <pre><code class="language-shell">mysql -uroot -p
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> CREATE DATABASE dolphinscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;</span>
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 82409fe..5c1d7af 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.1/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file