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 2c8ac3a736 Automated deployment:
98e28613fc121ab56bfc7b84b199b626231c0e6a
2c8ac3a736 is described below
commit 2c8ac3a736c3ff91889cf112b5e2180330ca080e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 05:06:05 2024 +0000
Automated deployment: 98e28613fc121ab56bfc7b84b199b626231c0e6a
---
data/doc/en-us.json | 6 +++---
data/doc/zh-cn.json | 6 +++---
data/faq/en-us.json | 4 ++--
data/faq/zh-cn.json | 4 ++--
fetch/faq/en-us/3.2.2.json | 4 ++--
fetch/faq/zh-cn/3.2.2.json | 4 ++--
pages/doc/en-us/3.2.2/guide/expansion-reduction.json | 2 +-
pages/doc/en-us/3.2.2/guide/installation/kubernetes.json | 2 +-
pages/doc/en-us/3.2.2/guide/installation/standalone.json | 2 +-
pages/doc/en-us/3.2.2/guide/start/docker.json | 2 +-
pages/doc/zh-cn/3.2.2/guide/expansion-reduction.json | 2 +-
pages/doc/zh-cn/3.2.2/guide/installation/kubernetes.json | 2 +-
pages/doc/zh-cn/3.2.2/guide/installation/standalone.json | 2 +-
pages/doc/zh-cn/3.2.2/guide/start/docker.json | 2 +-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
26 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 8f452ee6ff..fb4e83f495 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -28381,7 +28381,7 @@
]
},
{
- "content": "Docker Quick Start\nThere are three ways to start
DolphinScheduler with Docker\n\nStandalone-server is the way you find if you
just want to start and try DolphinScheduler as a beginner.\ndocker-compose is
for some who want to deploy DolphinScheduler in small or event middle scale
workflows in their daily work.\nUsing exists postgresql and zookeeper server is
for users who want to reuse the database or zookeeper server already
exists.\n\nPrepare\nNeed to install Docker 1.1 [...]
+ "content": "Docker Quick Start\nThere are three ways to start
DolphinScheduler with Docker\n\nStandalone-server is the way you find if you
just want to start and try DolphinScheduler as a beginner.\ndocker-compose is
for some who want to deploy DolphinScheduler in small or event middle scale
workflows in their daily work.\nUsing exists postgresql and zookeeper server is
for users who want to reuse the database or zookeeper server already
exists.\n\nPrepare\nNeed to install Docker 1.1 [...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/start/docker",
@@ -29540,7 +29540,7 @@
]
},
{
- "content": "DolphinScheduler Expansion and Reduction\nExpansion\nThis
article describes how to add a new master service or worker service to an
existing DolphinScheduler cluster.\nAttention: There cannot be more than one
master service process or worker service process on a physical machine.\n
If the physical machine which locate the expansion master or worker node has
already installed the scheduled service, check the [1.4 Modify configuration]
and edit the configuration file ` [...]
+ "content": "DolphinScheduler Expansion and Reduction\nExpansion\nThis
article describes how to add a new master service or worker service to an
existing DolphinScheduler cluster.\nAttention: There cannot be more than one
master service process or worker service process on a physical machine.\n
If the physical machine which locate the expansion master or worker node has
already installed the scheduled service, check the [1.4 Modify configuration]
and edit the configuration file ` [...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/expansion-reduction",
@@ -29595,7 +29595,7 @@
]
},
{
- "content": "QuickStart in Kubernetes\nKubernetes deployment is
DolphinScheduler deployment in a Kubernetes cluster, which can schedule massive
tasks and can be used in production.\nIf you are a new hand and want to
experience DolphinScheduler functions, we recommend you install follow
Standalone deployment. If you want to experience more complete functions and
schedule massive tasks, we recommend you install follow pseudo-cluster
deployment. If you want to deploy DolphinScheduler in [...]
+ "content": "QuickStart in Kubernetes\nKubernetes deployment is
DolphinScheduler deployment in a Kubernetes cluster, which can schedule massive
tasks and can be used in production.\nIf you are a new hand and want to
experience DolphinScheduler functions, we recommend you install follow
Standalone deployment. If you want to experience more complete functions and
schedule massive tasks, we recommend you install follow pseudo-cluster
deployment. If you want to deploy DolphinScheduler in [...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/installation/kubernetes",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index d5b14d55ab..da3fc8c091 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -24225,7 +24225,7 @@
]
},
{
- "content": "Docker 快速使用教程\n本教程使用三种不同的方式通过 Docker 完成 DolphinScheduler
的部署\n\n如果你想要快速体验,推荐使用 standalone-server 镜像,\n如果你想要体验比较完成的服务,推荐使用 docker-compose
启动服务.\n如果你已经有自己的数据库或者 Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。\n\n前置条件\n需要安装 Docker 1.13.1 以上版本,以及 Docker Compose 1.28.0
以上版本。\n启动服务\n使用 standalone-server 镜像\n使用 standalone-server 镜像启动一个
DolphinScheduler standalone-server 容器应该是最快体验 DolphinScheduler
的方法。通过这个方式\n你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。\n$ DOL [...]
+ "content": "Docker 快速使用教程\n本教程使用三种不同的方式通过 Docker 完成 DolphinScheduler
的部署\n\n如果你想要快速体验,推荐使用 standalone-server 镜像,\n如果你想要体验比较完成的服务,推荐使用 docker-compose
启动服务.\n如果你已经有自己的数据库或者 Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。\n\n前置条件\n需要安装 Docker 1.13.1 以上版本,以及 Docker Compose 1.28.0
以上版本。\n启动服务\n使用 standalone-server 镜像\n使用 standalone-server 镜像启动一个
DolphinScheduler standalone-server 容器应该是最快体验 DolphinScheduler
的方法。通过这个方式\n你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。\n$ DOL [...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/start/docker",
@@ -25336,7 +25336,7 @@
]
},
{
- "content": "DolphinScheduler扩容/缩容 文档\n1.
DolphinScheduler扩容文档\n本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.\n注意:
一台物理机上不能存在多个master服务进程或者worker服务进程.\n
如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件
`bin/env/install_env.sh`. 新增masters或者workers参数,重启调度集群即可.\n\n1.1.
基础软件安装(必装项请自行安装)\n\n[必装] JDK (1.8+) : 必装,请安装好后在/etc/profile下配置 JAVA_HOME 及
PATH 变量\n[可选] 如果扩容的是worker类型的节点,需要考虑是否要安装外部客户端,比如Hadoop、Hive、Spark
的Client.\n\n注意:DolphinScheduler本身不依赖Ha [...]
+ "content": "DolphinScheduler扩容/缩容 文档\n1.
DolphinScheduler扩容文档\n本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.\n注意:
一台物理机上不能存在多个master服务进程或者worker服务进程.\n
如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件
`bin/env/install_env.sh`. 新增masters或者workers参数,重启调度集群即可.\n\n1.1.
基础软件安装(必装项请自行安装)\n\n[必装] JDK (1.8+) : 必装,请安装好后在/etc/profile下配置 JAVA_HOME 及
PATH 变量\n[可选] 如果扩容的是worker类型的节点,需要考虑是否要安装外部客户端,比如Hadoop、Hive、Spark
的Client.\n\n注意:DolphinScheduler本身不依赖Ha [...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/expansion-reduction",
@@ -25391,7 +25391,7 @@
]
},
{
- "content": "快速试用 Kubernetes 部署\nKubernetes 部署目的是在 Kubernetes 集群中部署
DolphinScheduler 服务,能调度大量任务,可用于在生产中部署。\n如果你是新手,想要体验 DolphinScheduler
的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n\n提示:
您也可以尝试使用DolphinScheduler K8S Operator,目前处于 alpha1 阶段\n\n先决条件\n\nHelm
3.1.0+\nKubernetes 1.12+\nPV 供应(需要基础设施支持)\n\n安装 dolphinscheduler\n#
自行选择对应的版本\nexport VERSION=3.2.1\nhelm pull
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version ${VERSION}\n
[...]
+ "content": "快速试用 Kubernetes 部署\nKubernetes 部署目的是在 Kubernetes 集群中部署
DolphinScheduler 服务,能调度大量任务,可用于在生产中部署。\n如果你是新手,想要体验 DolphinScheduler
的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n\n提示:
您也可以尝试使用DolphinScheduler K8S Operator,目前处于 alpha1 阶段\n\n先决条件\n\nHelm
3.1.0+\nKubernetes 1.12+\nPV 供应(需要基础设施支持)\n\n安装 dolphinscheduler\n#
自行选择对应的版本\nexport VERSION=3.2.1\nhelm pull
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version ${VERSION}\n
[...]
"version": "3.2.2",
"time": "2024-7-16",
"link": "/guide/installation/kubernetes",
diff --git a/data/faq/en-us.json b/data/faq/en-us.json
index 9ce1cc444c..c808a19a0d 100644
--- a/data/faq/en-us.json
+++ b/data/faq/en-us.json
@@ -165,7 +165,7 @@
"time": "2024-7-16",
"version": "3.2.2",
"q": "<h2>Q: The hive version is 1.1.0+cdh5.15.0, and the SQL hive task
connection is reported incorrectly.</h2>",
- "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A : Will hive
pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
<version>2.3.9</version>\n</dependency>\n</code></pre>\n<p>change
into</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n [...]
+ "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A : Will hive
pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
3.2.22.3.9</version>\n</dependency>\n</code></pre>\n<p>change
into</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <artif [...]
},
{
"time": "2024-7-16",
@@ -249,7 +249,7 @@
"time": "2024-7-16",
"version": "3.2.2",
"q": "<h2>Q : How to config when use mysql as database instead of
postgres</h2>",
- "a": "\n<p>A: 1, Edit project root dir maven config file, remove scope
test property so that mysql driver can be
loaded.</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t<version>${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2, Edit application-dao.properties and quzrtz.properties config file to use
mysql driver.\nDef [...]
+ "a": "\n<p>A: 1, Edit project root dir maven config file, remove scope
test property so that mysql driver can be
loaded.</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t3.2.2${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2, Edit application-dao.properties and quzrtz.properties config file to use
mysql driver.\nDefault is po [...]
},
{
"time": "2024-7-16",
diff --git a/data/faq/zh-cn.json b/data/faq/zh-cn.json
index fb67c7cf86..75323cedec 100644
--- a/data/faq/zh-cn.json
+++ b/data/faq/zh-cn.json
@@ -159,7 +159,7 @@
"time": "2024-7-16",
"version": "3.2.2",
"q": "<h2>Q:hive 版本是 1.1.0+cdh5.15.0,SQL hive 任务连接报错</h2>",
- "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A: 将 hive pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
<version>2.3.9</version>\n</dependency>\n</code></pre>\n<p>修改为</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <arti [...]
+ "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A: 将 hive pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
3.2.22.3.9</version>\n</dependency>\n</code></pre>\n<p>修改为</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <artifactId> [...]
},
{
"time": "2024-7-16",
@@ -243,7 +243,7 @@
"time": "2024-7-16",
"version": "3.2.2",
"q": "<h2>Q:当使用 mysql 作为 ds 数据库需要如何配置</h2>",
- "a": "\n<p>A:1,修改项目根目录 maven 配置文件,移除 scope 的 test 属性,这样 mysql
的包就可以在其它阶段被加载</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t<version>${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2,修改 application-dao.properties 和 quzrtz.properties 来使用 mysql 驱动\n默认驱动是
postgres 主要由于许可证原因。</p>\n<hr>\n"
+ "a": "\n<p>A:1,修改项目根目录 maven 配置文件,移除 scope 的 test 属性,这样 mysql
的包就可以在其它阶段被加载</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t3.2.2${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2,修改 application-dao.properties 和 quzrtz.properties 来使用 mysql 驱动\n默认驱动是
postgres 主要由于许可证原因。</p>\n<hr>\n"
},
{
"time": "2024-7-16",
diff --git a/fetch/faq/en-us/3.2.2.json b/fetch/faq/en-us/3.2.2.json
index d5622e558f..898c97321b 100644
--- a/fetch/faq/en-us/3.2.2.json
+++ b/fetch/faq/en-us/3.2.2.json
@@ -109,7 +109,7 @@
},
{
"q": "<h2>Q: The hive version is 1.1.0+cdh5.15.0, and the SQL hive task
connection is reported incorrectly.</h2>",
- "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A : Will hive
pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
<version>2.3.9</version>\n</dependency>\n</code></pre>\n<p>change
into</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n [...]
+ "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A : Will hive
pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
3.2.22.3.9</version>\n</dependency>\n</code></pre>\n<p>change
into</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <artif [...]
},
{
"q": "<h2>Q : how to add a worker server</h2>",
@@ -165,7 +165,7 @@
},
{
"q": "<h2>Q : How to config when use mysql as database instead of
postgres</h2>",
- "a": "\n<p>A: 1, Edit project root dir maven config file, remove scope
test property so that mysql driver can be
loaded.</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t<version>${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2, Edit application-dao.properties and quzrtz.properties config file to use
mysql driver.\nDef [...]
+ "a": "\n<p>A: 1, Edit project root dir maven config file, remove scope
test property so that mysql driver can be
loaded.</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t3.2.2${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2, Edit application-dao.properties and quzrtz.properties config file to use
mysql driver.\nDefault is po [...]
},
{
"q": "<h2>Q : How does a shell task run</h2>",
diff --git a/fetch/faq/zh-cn/3.2.2.json b/fetch/faq/zh-cn/3.2.2.json
index aa17e7f9cf..34a91af547 100644
--- a/fetch/faq/zh-cn/3.2.2.json
+++ b/fetch/faq/zh-cn/3.2.2.json
@@ -105,7 +105,7 @@
},
{
"q": "<h2>Q:hive 版本是 1.1.0+cdh5.15.0,SQL hive 任务连接报错</h2>",
- "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A: 将 hive pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
<version>2.3.9</version>\n</dependency>\n</code></pre>\n<p>修改为</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <arti [...]
+ "a": "\n<p align=\"center\">\n <img
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/cdh_hive_error.png\"
width=\"60%\" />\n </p>\n<p>A: 将 hive pom</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n
<artifactId>hive-jdbc</artifactId>\n
3.2.22.3.9</version>\n</dependency>\n</code></pre>\n<p>修改为</p>\n<pre><code><dependency>\n
<groupId>org.apache.hive</groupId>\n <artifactId> [...]
},
{
"q": "<h2>Q:如何增加一台工作服务器</h2>",
@@ -161,7 +161,7 @@
},
{
"q": "<h2>Q:当使用 mysql 作为 ds 数据库需要如何配置</h2>",
- "a": "\n<p>A:1,修改项目根目录 maven 配置文件,移除 scope 的 test 属性,这样 mysql
的包就可以在其它阶段被加载</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t<version>${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2,修改 application-dao.properties 和 quzrtz.properties 来使用 mysql 驱动\n默认驱动是
postgres 主要由于许可证原因。</p>\n<hr>\n"
+ "a": "\n<p>A:1,修改项目根目录 maven 配置文件,移除 scope 的 test 属性,这样 mysql
的包就可以在其它阶段被加载</p>\n<pre><code><dependency>\n\t<groupId>mysql</groupId>\n\t<artifactId>mysql-connector-java</artifactId>\n\t3.2.2${mysql.connector.version}</version>\n\t<scope>test<scope>\n</dependency>\n</code></pre>\n<p>
2,修改 application-dao.properties 和 quzrtz.properties 来使用 mysql 驱动\n默认驱动是
postgres 主要由于许可证原因。</p>\n<hr>\n"
},
{
"q": "<h2>Q:shell 任务是如何运行的</h2>",
diff --git a/pages/doc/en-us/3.2.2/guide/expansion-reduction.json
b/pages/doc/en-us/3.2.2/guide/expansion-reduction.json
index 26a2a8d9df..853f65c47b 100644
--- a/pages/doc/en-us/3.2.2/guide/expansion-reduction.json
+++ b/pages/doc/en-us/3.2.2/guide/expansion-reduction.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1
id=\"dolphinscheduler-expansion-and-reduction\">DolphinScheduler Expansion and
Reduction</h1>\n<h2 id=\"expansion\">Expansion</h2>\n<p>This article describes
how to add a new master service or worker service to an existing
DolphinScheduler cluster.</p>\n<pre><code>Attention: There cannot be more than
one master service process or worker service process on a physical machine.\n
If the physical machine which locate the expansion master or worker node has
already insta [...]
+ "__html": "<h1
id=\"dolphinscheduler-expansion-and-reduction\">DolphinScheduler Expansion and
Reduction</h1>\n<h2 id=\"expansion\">Expansion</h2>\n<p>This article describes
how to add a new master service or worker service to an existing
DolphinScheduler cluster.</p>\n<pre><code>Attention: There cannot be more than
one master service process or worker service process on a physical machine.\n
If the physical machine which locate the expansion master or worker node has
already insta [...]
"location": [
"Introduction to Functions",
"Expansion and Reduction"
diff --git a/pages/doc/en-us/3.2.2/guide/installation/kubernetes.json
b/pages/doc/en-us/3.2.2/guide/installation/kubernetes.json
index 0f6c546ce4..b7ad1591b8 100644
--- a/pages/doc/en-us/3.2.2/guide/installation/kubernetes.json
+++ b/pages/doc/en-us/3.2.2/guide/installation/kubernetes.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"quickstart-in-kubernetes\">QuickStart in
Kubernetes</h1>\n<p>Kubernetes deployment is DolphinScheduler deployment in a
Kubernetes cluster, which can schedule massive tasks and can be used in
production.</p>\n<p>If you are a new hand and want to experience
DolphinScheduler functions, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/standalone\">Standalone
deployment</a>. If you want to experience more complete functions and schedule
mass [...]
+ "__html": "<h1 id=\"quickstart-in-kubernetes\">QuickStart in
Kubernetes</h1>\n<p>Kubernetes deployment is DolphinScheduler deployment in a
Kubernetes cluster, which can schedule massive tasks and can be used in
production.</p>\n<p>If you are a new hand and want to experience
DolphinScheduler functions, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/standalone\">Standalone
deployment</a>. If you want to experience more complete functions and schedule
mass [...]
"location": [
"Installation",
"Kubernetes Deployment"
diff --git a/pages/doc/en-us/3.2.2/guide/installation/standalone.json
b/pages/doc/en-us/3.2.2/guide/installation/standalone.json
index 3b385e2242..110b61af2e 100644
--- a/pages/doc/en-us/3.2.2/guide/installation/standalone.json
+++ b/pages/doc/en-us/3.2.2/guide/installation/standalone.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"standalone\">Standalone</h1>\n<p>Standalone only for
quick experience for DolphinScheduler.</p>\n<p>If you are a newbie and want to
experience DolphinScheduler functions, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/standalone\">Standalone
deployment</a>.\nIf you want to experience more complete functions and schedule
massive tasks, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/pseudo-cluster\">pseud [...]
+ "__html": "<h1 id=\"standalone\">Standalone</h1>\n<p>Standalone only for
quick experience for DolphinScheduler.</p>\n<p>If you are a newbie and want to
experience DolphinScheduler functions, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/standalone\">Standalone
deployment</a>.\nIf you want to experience more complete functions and schedule
massive tasks, we recommend you install follow <a
href=\"/en-us/docs/3.2.2/guide/installation/pseudo-cluster\">pseud [...]
"location": [
"Installation",
"Standalone Deployment"
diff --git a/pages/doc/en-us/3.2.2/guide/start/docker.json
b/pages/doc/en-us/3.2.2/guide/start/docker.json
index 677ef11a86..b664475bab 100644
--- a/pages/doc/en-us/3.2.2/guide/start/docker.json
+++ b/pages/doc/en-us/3.2.2/guide/start/docker.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"docker-quick-start\">Docker Quick Start</h1>\n<p>There
are three ways to start DolphinScheduler with Docker</p>\n<ul>\n<li><a
href=\"#using-standalone-server-docker-image\">Standalone-server</a> is the way
you find if you just want to start and try DolphinScheduler as a
beginner.</li>\n<li><a
href=\"#using-docker-compose-to-start-server\">docker-compose</a> is for some
who want to deploy DolphinScheduler in small or event middle scale workflows in
their daily work.< [...]
+ "__html": "<h1 id=\"docker-quick-start\">Docker Quick Start</h1>\n<p>There
are three ways to start DolphinScheduler with Docker</p>\n<ul>\n<li><a
href=\"#using-standalone-server-docker-image\">Standalone-server</a> is the way
you find if you just want to start and try DolphinScheduler as a
beginner.</li>\n<li><a
href=\"#using-docker-compose-to-start-server\">docker-compose</a> is for some
who want to deploy DolphinScheduler in small or event middle scale workflows in
their daily work.< [...]
"location": [
"Quick Start",
"Docker Deployment"
diff --git a/pages/doc/zh-cn/3.2.2/guide/expansion-reduction.json
b/pages/doc/zh-cn/3.2.2/guide/expansion-reduction.json
index 0a1855c7b6..74fadee75f 100644
--- a/pages/doc/zh-cn/3.2.2/guide/expansion-reduction.json
+++ b/pages/doc/zh-cn/3.2.2/guide/expansion-reduction.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"dolphinscheduler扩容/缩容-文档\">DolphinScheduler扩容/缩容
文档</h1>\n<h2 id=\"1.-dolphinscheduler扩容文档\">1.
DolphinScheduler扩容文档</h2>\n<p>本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.</p>\n<pre><code>注意:
一台物理机上不能存在多个master服务进程或者worker服务进程.\n
如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件
`bin/env/install_env.sh`. 新增masters或者workers参数,重启调度集群即可.\n</code></pre>\n<h3
id=\"1.1.-基础软件安装(必装项请自行安装)\">1.1. 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>[必装] < [...]
+ "__html": "<h1 id=\"dolphinscheduler扩容/缩容-文档\">DolphinScheduler扩容/缩容
文档</h1>\n<h2 id=\"1.-dolphinscheduler扩容文档\">1.
DolphinScheduler扩容文档</h2>\n<p>本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.</p>\n<pre><code>注意:
一台物理机上不能存在多个master服务进程或者worker服务进程.\n
如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件
`bin/env/install_env.sh`. 新增masters或者workers参数,重启调度集群即可.\n</code></pre>\n<h3
id=\"1.1.-基础软件安装(必装项请自行安装)\">1.1. 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>[必装] < [...]
"location": [
"功能介绍",
"扩/缩容"
diff --git a/pages/doc/zh-cn/3.2.2/guide/installation/kubernetes.json
b/pages/doc/zh-cn/3.2.2/guide/installation/kubernetes.json
index 443a4e93bc..ff9e30bff7 100644
--- a/pages/doc/zh-cn/3.2.2/guide/installation/kubernetes.json
+++ b/pages/doc/zh-cn/3.2.2/guide/installation/kubernetes.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"快速试用-kubernetes-部署\">快速试用 Kubernetes
部署</h1>\n<p>Kubernetes 部署目的是在 Kubernetes 集群中部署 DolphinScheduler
服务,能调度大量任务,可用于在生产中部署。</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/standalone\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/pseudo-cluster\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/cluster\">集群部署</a>或者<a
href=\"/zh-cn/docs/3.2.2/guide/install [...]
+ "__html": "<h1 id=\"快速试用-kubernetes-部署\">快速试用 Kubernetes
部署</h1>\n<p>Kubernetes 部署目的是在 Kubernetes 集群中部署 DolphinScheduler
服务,能调度大量任务,可用于在生产中部署。</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/standalone\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/pseudo-cluster\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/cluster\">集群部署</a>或者<a
href=\"/zh-cn/docs/3.2.2/guide/install [...]
"location": [
"部署指南",
"Kubernetes部署(Kubernetes)"
diff --git a/pages/doc/zh-cn/3.2.2/guide/installation/standalone.json
b/pages/doc/zh-cn/3.2.2/guide/installation/standalone.json
index 1e23a9421e..322e6460bd 100644
--- a/pages/doc/zh-cn/3.2.2/guide/installation/standalone.json
+++ b/pages/doc/zh-cn/3.2.2/guide/installation/standalone.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"standalone-极速体验版\">Standalone 极速体验版</h1>\n<p>Standalone
仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用
Standalone 方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/pseudo-cluster\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/cluster\">集群部署</a>或者<a
href=\"/zh-cn/docs/3.2.2/guide/installation/kubernetes\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong>
Standalone 仅建议 [...]
+ "__html": "<h1 id=\"standalone-极速体验版\">Standalone 极速体验版</h1>\n<p>Standalone
仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用
Standalone 方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/pseudo-cluster\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
href=\"/zh-cn/docs/3.2.2/guide/installation/cluster\">集群部署</a>或者<a
href=\"/zh-cn/docs/3.2.2/guide/installation/kubernetes\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong>
Standalone 仅建议 [...]
"location": [
"部署指南",
"单机部署(Standalone)"
diff --git a/pages/doc/zh-cn/3.2.2/guide/start/docker.json
b/pages/doc/zh-cn/3.2.2/guide/start/docker.json
index ee49235873..327abac58a 100644
--- a/pages/doc/zh-cn/3.2.2/guide/start/docker.json
+++ b/pages/doc/zh-cn/3.2.2/guide/start/docker.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"docker-快速使用教程\">Docker 快速使用教程</h1>\n<p>本教程使用三种不同的方式通过
Docker 完成 DolphinScheduler 的部署</p>\n<ul>\n<li>如果你想要快速体验,推荐使用 standalone-server
镜像,</li>\n<li>如果你想要体验比较完成的服务,推荐使用 docker-compose 启动服务.</li>\n<li>如果你已经有自己的数据库或者
Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。</li>\n</ul>\n<h2 id=\"前置条件\">前置条件</h2>\n<p>需要安装 <a
href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1 以上版本,以及 <a
href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1 [...]
+ "__html": "<h1 id=\"docker-快速使用教程\">Docker 快速使用教程</h1>\n<p>本教程使用三种不同的方式通过
Docker 完成 DolphinScheduler 的部署</p>\n<ul>\n<li>如果你想要快速体验,推荐使用 standalone-server
镜像,</li>\n<li>如果你想要体验比较完成的服务,推荐使用 docker-compose 启动服务.</li>\n<li>如果你已经有自己的数据库或者
Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。</li>\n</ul>\n<h2 id=\"前置条件\">前置条件</h2>\n<p>需要安装 <a
href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1 以上版本,以及 <a
href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1 [...]
"location": [
"快速上手",
"Docker部署(Docker)"
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 5d626c3dcd..45241b2362 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 4315064c16b955e296d842a1b4dd47e9
+config: f71664020a8ddb953072d15a1fcdae12
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 3a3bcb3bf9..ff6f161c4f 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 26dd78191ce28cf65264e8f0b19ceb33
+config: 586250bb887d7adf0c7dd5936d053302
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 69d3d3b9c9..afb5c18b54 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 51aa13a2ebcce662c36c4aa9a0fab015
+config: f1404569aabb923b8b84273bd637713b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 9fc254d881..ab2cedfff6 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 1f43acbde2ce673465b89830efcd118f
+config: 8519e9225c50dc5ef904499e19ef2882
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 707e973860..643de175e1 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7242791560a9dbb56a62ab4e54510722
+config: aeff78aae4d9c48fabff0b5923729a11
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 3f68a3ad52..b6fdc796df 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9ee279b2ece5c56bc98c0ed446118a24
+config: 9e8a4b299ee508d2afb15e3c5288cb20
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 2c44f37258..88a975b259 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9f6be1c66d793d088e34d4b942a990f9
+config: 05509968afdb0f3f1ff8d94ae79a7add
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index b992273eb5..481dc26b2e 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 21fe1212f543341397073474e4badd1b
+config: 242d7478a7954f82c3f3385fd8d8f4e9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index d13bad1253..8c41c2c0db 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 102437cc30542bebef3edac4b504e03c
+config: 0482727ffd10790ef8dfbbe56af0c105
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index de83df2219..b5c6fa21fb 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 947987b3672d397178c211aac71a1dab
+config: e5267a6ee6d4e8a6ae968d5269daf249
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 510e2d6de1..cc271cf06a 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: b6d5d9e50a8a0cbeea81fe6d8b5b76c1
+config: 02c38f1d8aa00596a69ce4eb4bc56c69
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index c0cee02a68..8cae6d9a85 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 012743dfdfa86e1ab199e65f7969f0bf
+config: 03d7b222b3aee2c4e641bad8a84db6c9
tags: 645f666f9bcd5a90fca523b33c5a78b7