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 d6f3cfa85e Automated deployment: 
c74aa3476804ac7dd9d20efd974476755b68fccf
d6f3cfa85e is described below

commit d6f3cfa85e68acbb6c3e7b0945034d1c41347e16
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 12 10:02:42 2023 +0000

    Automated deployment: c74aa3476804ac7dd9d20efd974476755b68fccf
---
 data/blog/zh-cn.json                                                | 6 +++---
 ...tion_and_management_practice_in_the_communications_industry.json | 2 +-
 .../blog/zh-cn/Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial.json | 2 +-
 ..._does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone.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 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/data/blog/zh-cn.json b/data/blog/zh-cn.json
index 8cf3be81b6..373190106e 100644
--- a/data/blog/zh-cn.json
+++ b/data/blog/zh-cn.json
@@ -13,13 +13,13 @@
   },
   {
     "name": 
"Apache_DolphinScheduler's_multi-cluster_unified_construction_and_management_practice_in_the_communications_industry",
-    "content": "title: Apache DolphinScheduler在某通信行业的多集群统一建设与管理实践\nkeywords: 
Apache DolphinScheduler, 通信, 多集群\ndescription: 
如果每个集群都独立部署调度系统,将会有多套调度服务管理入口,这对于运维和开发者,无论维护和使用上来说都非常不便。因此,我们决定构建一个统一调度平台,集中管理多个集群的调度任务,也为我们后续深度平台集成提供契机。\n\n\n背景介绍\n为什么我们考虑构建统一的调度平台?
 
主要原因是:我们公司的大数据中心目前拥有七个大数据集群,这些集群分布在不同的机房,例如内蒙、南京、苏州和广州。而且,这些机房之间的网络并不互通。如果每个集群都独立部署调度系统,将会有多套调度服务管理入口,这对于运维和开发者,无论维护和使用上来说都非常不便。因此,我们决定构建一个统一调度平台,
 集中管理多个集群的调度任务,也为我们后续深度平台集成提供契机。\n\n构建经验\n网络通讯: 
之前我们的DolphinScheduler是基于单一机房的内网通讯。然而,考虑到 [...]
+    "content": "\n背景介绍\n为什么我们考虑构建统一的调度平台? 
主要原因是:我们公司的大数据中心目前拥有七个大数据集群,这些集群分布在不同的机房,例如内蒙、南京、苏州和广州。而且,这些机房之间的网络并不互通。如果每个集群都独立部署调度系统,将会有多套调度服务管理入口,这对于运维和开发者,无论维护和使用上来说都非常不便。因此,我们决定构建一个统一调度平台,集中管理多个集群的调度任务,也为我们后续深度平台集成提供契机。\n\n构建经验\n网络通讯:
 
之前我们的DolphinScheduler是基于单一机房的内网通讯。然而,考虑到我们的集群遍布多个省份,我们需要对其进行改造,使其支持跨机房通过公网通讯,而考虑降低网络延迟的影响,同一机房内的节点仍然希望服务之间内网通讯。为了保证数据的安全性,我们还为公
 网通讯配置了TLS加密。\n权限管理: 
由于我们需要管理多套集群,因此会遇到多集群权限的问题。我们优化DolphinScheduler的工作组功能来管理不同的集群环境,并为不同集群环境和租户进行权限隔离。\n任务资源共享:
 DolphinScheduler本身 [...]
     "title": " Apache DolphinScheduler在某通信行业的多集群统一建设与管理实践",
     "time": "2023-11-17"
   },
   {
     "name": "Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial",
-    "content": "title: Apache DolphinScheduler 3.0.0 升级到 3.1.8 教程\nkeywords: 
Apache DolphinScheduler, 升级, 教程\ndescription: 安装部署的流程可参考官网的文档Version 
3.1.8/部署指南/伪集群部署安装部署的流程可参考官网的文档\n\n背景介绍\nVersion 
3.1.8/部署指南/伪集群部署(Pseudo-Cluster)\nhttps://dolphinscheduler.apache.org/zh-cn/docs/3.1.8/guide/installation/pseudo-cluster\n本文开始之前,我先补充说明一下升级
 Apache DolphinScheduler 的几个关键点\n元数据备份\n做好已有元数据做备份(以 MySQL 为例,元数据存储在 Mysql 的 
dolphinscheduler 数据库里)\n伪代码\nmysqldump -u root -p dolphinscheduler &gt; 
dolphinsc [...]
+    "content": "背景介绍\nVersion 
3.1.8/部署指南/伪集群部署(Pseudo-Cluster)\nhttps://dolphinscheduler.apache.org/zh-cn/docs/3.1.8/guide/installation/pseudo-cluster\n本文开始之前,我先补充说明一下升级
 Apache DolphinScheduler 的几个关键点\n元数据备份\n做好已有元数据做备份(以 MySQL 为例,元数据存储在 Mysql 的 
dolphinscheduler 数据库里)\n伪代码\nmysqldump -u root -p dolphinscheduler &gt; 
dolphinscheduler_backup_XXX.sql\n\napache-dolphinscheduler-3.1.8-bin/bin/env/install_env.sh\napache-dolphinscheduler-3.1.8-bin/bin/env/dolphinscheduler_env.sh\n这两个文件的配置项,可以从旧
 [...]
     "title": "Apache DolphinScheduler 3.0.0 升级到 3.1.8 教程?",
     "time": "2023-11-21"
   },
@@ -187,7 +187,7 @@
   },
   {
     "name": "How_does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone",
-    "content": "\ntitle: Apache DolphinScheduler如何完全设置东八区?\nkeywords: Apache 
DolphinScheduler, 时区, 东八区\ndescription: 为了兼容全世界不同时区,Apache DolphinScheduler 
使用的是 UTC 0 时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。\n\n默认情况\n为了兼容全世界不同时区,Apache 
DolphinScheduler 使用的是 UTC 0 
时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。\n如果我们想在页面上看到东八区时间,则需要在页面上手动选择上海时区,如下图所示:\n\n这样选择之后,虽然页面上显示的时间是对的,但是具体单个任务中的日志时间依然是
 0 时区,而且底层表中所有数据的时间也是 0 
时区。\n如果想要页面上显示的时间是东八区,而且任务日志中的时区也是东八区,并且表中保存的数据时间也是东八区,则需要修改如下几个地
 方的设置。(修改有风险。请备份好您的相关文件。)\n配置修改\n首先切换到 [...]
+    "content": "\n\ntitle: Apache DolphinScheduler如何完全设置东八区?\nkeywords: Apache 
DolphinScheduler, 时区, 东八区\ndescription: 为了兼容全世界不同时区,Apache DolphinScheduler 
使用的是 UTC 0 时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。\n默认情况\n为了兼容全世界不同时区,Apache 
DolphinScheduler 使用的是 UTC 0 
时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。\n如果我们想在页面上看到东八区时间,则需要在页面上手动选择上海时区,如下图所示:\n\n这样选择之后,虽然页面上显示的时间是对的,但是具体单个任务中的日志时间依然是
 0 时区,而且底层表中所有数据的时间也是 0 
时区。\n如果想要页面上显示的时间是东八区,而且任务日志中的时区也是东八区,并且表中保存的数据时间也是东八区,则需要修改如下几个地
 方的设置。(修改有风险。请备份好您的相关文件。)\n配置修改\n首先切换到 [...]
     "title": "Apache DolphinScheduler如何完全设置GMT+8区?",
     "time": "2023-11-9"
   },
diff --git 
a/pages/blog/zh-cn/Apache_DolphinScheduler's_multi-cluster_unified_construction_and_management_practice_in_the_communications_industry.json
 
b/pages/blog/zh-cn/Apache_DolphinScheduler's_multi-cluster_unified_construction_and_management_practice_in_the_communications_industry.json
index e6261d4e6c..68bd424984 100644
--- 
a/pages/blog/zh-cn/Apache_DolphinScheduler's_multi-cluster_unified_construction_and_management_practice_in_the_communications_industry.json
+++ 
b/pages/blog/zh-cn/Apache_DolphinScheduler's_multi-cluster_unified_construction_and_management_practice_in_the_communications_industry.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<pre><code class=\"language-yaml\"><span 
class=\"hljs-attr\">title:</span> <span class=\"hljs-string\">Apache</span> 
<span class=\"hljs-string\">DolphinScheduler在某通信行业的多集群统一建设与管理实践</span>\n<span 
class=\"hljs-attr\">keywords:</span> <span class=\"hljs-string\">Apache</span> 
<span class=\"hljs-string\">DolphinScheduler,</span> <span 
class=\"hljs-string\">通信,</span> <span class=\"hljs-string\">多集群</span>\n<span 
class=\"hljs-attr\">description:</span> <span class=\"hljs-string\" [...]
+  "__html": "<p><img src=\"/img/2023-11-17/1.png\" alt=\"Alt 
text\"></p>\n<h2>背景介绍</h2>\n<p>为什么我们考虑构建统一的调度平台? 
主要原因是:我们公司的大数据中心目前拥有七个大数据集群,这些集群分布在不同的机房,例如内蒙、南京、苏州和广州。而且,这些机房之间的网络并不互通。如果每个集群都独立部署调度系统,将会有多套调度服务管理入口,这对于运维和开发者,无论维护和使用上来说都非常不便。因此,我们决定构建一个统一调度平台,集中管理多个集群的调度任务,也为我们后续深度平台集成提供契机。</p>\n<p><img
 src=\"/img/2023-11-17/2.png\" alt=\"Alt 
text\"></p>\n<h2>构建经验</h2>\n<p><strong>网络通讯</strong>: 
之前我们的DolphinScheduler是基于单一机房的内网通讯。然而,考虑到我们的集群遍布多个省份,我们需要对其进行改造,使其支持跨机房通过公�
 �通讯,而考虑降低网络延迟的影响,同一机房内的节 [...]
   "time": "2023-11-17",
   "author": "Niko Zeng",
   "title": " Apache DolphinScheduler在某通信行业的多集群统一建设与管理实践",
diff --git 
a/pages/blog/zh-cn/Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial.json 
b/pages/blog/zh-cn/Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial.json
index 6dc2245085..a66435c796 100644
--- a/pages/blog/zh-cn/Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial.json
+++ b/pages/blog/zh-cn/Apache_DolphinScheduler_3.0.0_to_3.1.8_tutorial.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<pre><code class=\"language-yaml\"><span 
class=\"hljs-attr\">title:</span> <span class=\"hljs-string\">Apache</span> 
<span class=\"hljs-string\">DolphinScheduler</span> <span 
class=\"hljs-number\">3.0</span><span class=\"hljs-number\">.0</span> <span 
class=\"hljs-string\">升级到</span> <span class=\"hljs-number\">3.1</span><span 
class=\"hljs-number\">.8</span> <span class=\"hljs-string\">教程</span>\n<span 
class=\"hljs-attr\">keywords:</span> <span class=\"hljs-string\">Apache</s [...]
+  "__html": "<h2>背景介绍</h2>\n<p><a 
href=\"https://dolphinscheduler.apache.org/zh-cn/docs/3.1.8/guide/installation/pseudo-cluster\";
 title=\"Version 3.1.8/部署指南/伪集群部署(Pseudo-Cluster)\">Version 
3.1.8/部署指南/伪集群部署(Pseudo-Cluster)\nhttps://dolphinscheduler.apache.org/zh-cn/docs/3.1.8/guide/installation/pseudo-cluster</a></p>\n<p>本文开始之前,我先补充说明一下升级
 Apache DolphinScheduler 
的几个关键点</p>\n<h2>元数据备份</h2>\n<p>做好已有<strong>元数据做备份</strong>(以 MySQL 为例,<a 
href=\"https://so.csdn.net/so/search?q=%E5%85%83%E6%95% [...]
   "time": "2023-11-21",
   "author": "Niko_Zeng",
   "title": "Apache DolphinScheduler 3.0.0 升级到 3.1.8 教程?",
diff --git 
a/pages/blog/zh-cn/How_does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone.json
 
b/pages/blog/zh-cn/How_does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone.json
index 39fd15d4ae..89e422ca35 100644
--- 
a/pages/blog/zh-cn/How_does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone.json
+++ 
b/pages/blog/zh-cn/How_does_Apache_DolphinScheduler_completely_set_up_GMT_+8_zone.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h3></h3>\n<pre><code class=\"language-yaml\"><span 
class=\"hljs-attr\">title:</span> <span class=\"hljs-string\">Apache</span> 
<span class=\"hljs-string\">DolphinScheduler如何完全设置东八区?</span>\n<span 
class=\"hljs-attr\">keywords:</span> <span class=\"hljs-string\">Apache</span> 
<span class=\"hljs-string\">DolphinScheduler,</span> <span 
class=\"hljs-string\">时区,</span> <span class=\"hljs-string\">东八区</span>\n<span 
class=\"hljs-attr\">description:</span> <span class=\"hljs-string [...]
+  "__html": "<h3></h3>\n<hr>\n<h2>title: Apache 
DolphinScheduler如何完全设置东八区?\nkeywords: Apache DolphinScheduler, 时区, 
东八区\ndescription: 为了兼容全世界不同时区,Apache DolphinScheduler 使用的是 UTC 0 
时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。</h2>\n<h3>默认情况</h3>\n<p>为了兼容全世界不同时区,Apache 
DolphinScheduler 使用的是 UTC 0 
时区,包括保存到数据库表中的数据时区,以及展示到页面上的时区。</p>\n<p>如果我们想在页面上看到东八区时间,则需要在页面上手动选择上海时区,如下图所示:</p>\n<p><img
 src=\"/img/2023-11-9/1.png\" 
alt=\"\"></p>\n<p>这样选择之后,虽然页面上显示的时间是对的,但是具体单个任务中的日志时间依然是 0 时区,而且底层表中所有数据的时间也是 0 
时区。</p> [...]
   "time": "2023-11-9",
   "author": "Niko_Zeng",
   "title": "Apache DolphinScheduler如何完全设置GMT+8区?",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index e2e411f86b..d262c1b018 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: c10728552febdc555f671fd9e88c6e79
+config: 2f38b6c496d3d872bc646f1f6b628de1
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 136bd8ec0d..5bcbffa195 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: de874dcecc54f3cad58da400efa09162
+config: b148a6d920d2818964495872a6695149
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 085e660e7c..7a800f5747 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: 7f4606cec456ecfe23430b06f56d411f
+config: 8b084795390b95eb9921207423f510d2
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 5ffe6f53bc..869b7a38cd 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: cf70f4d9a31af605f5c21260b9116494
+config: 0bc061dc87207a9521877528b22f8f7e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index bc67a0e58a..8ec66697f5 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: 2f70760360e93c8a0fac25c98108bdb2
+config: 02d30230a703ec1c5b0397cbdcc92f37
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 21196d9732..d76ab26d76 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: 9af4de759749df0a671c823b24a02108
+config: 990adb47aaf2197c4d5ef2faebd2b32b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index fb5f24116d..281aee689f 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: 152e4e5e00cf73939941ba80378eee37
+config: 28d24bd17b6785b57edf39fe5c8fe688
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index e781195394..e22fc97bc8 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: 9fbdbc7fa711fa471849967b62f0ebd2
+config: c47236d0f52ecedfddb0a472f368b816
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 8b5f258a8e..e333737144 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: 53161eda7d13c6ed2a4c92ce3f64ae95
+config: 7265b3ecb681cd1688ad2dd47de89382
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index ebaa5231d5..ce6ac4e109 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: d4dc6fd482463fd00315efca119536cb
+config: 65c44d2ad1a05e9377e7bce1b5255152
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 545ad9b23c..e2a72635fe 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: 7495c8ddff4d1831ed00b15b03c2e0ec
+config: a155d84158ea83d61d2259ef1d8c04ce
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 65d6c536d6..12b7c781dd 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: 6a300da33dfc085b9591726ea33bda18
+config: 3c59c9ad687ff1d1a3bdcf95c69452ed
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to