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 1f2fa1ab66 Automated deployment:
3569678d642dfa90be37b0cfc0d1b2f668b90b51
1f2fa1ab66 is described below
commit 1f2fa1ab663b3a9d3e5406fc2e71cf7dc9fea5b6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 19 02:27:17 2024 +0000
Automated deployment: 3569678d642dfa90be37b0cfc0d1b2f668b90b51
---
data/blog/zh-cn.json | 6 ++++++
fetch/blog/zh-cn.json | 8 ++++++++
img/2024-02-18/1.png | Bin 0 -> 199901 bytes
img/2024-02-18/10.png | Bin 0 -> 237746 bytes
img/2024-02-18/11.png | Bin 0 -> 198827 bytes
img/2024-02-18/12.png | Bin 0 -> 294622 bytes
img/2024-02-18/13.png | Bin 0 -> 379434 bytes
img/2024-02-18/14.png | Bin 0 -> 186721 bytes
img/2024-02-18/15.png | Bin 0 -> 160321 bytes
img/2024-02-18/16.png | Bin 0 -> 337715 bytes
img/2024-02-18/17.png | Bin 0 -> 305944 bytes
img/2024-02-18/18.png | Bin 0 -> 266272 bytes
img/2024-02-18/19.png | Bin 0 -> 152774 bytes
img/2024-02-18/2.png | Bin 0 -> 478830 bytes
img/2024-02-18/20.png | Bin 0 -> 275053 bytes
img/2024-02-18/21.png | Bin 0 -> 380951 bytes
img/2024-02-18/22.png | Bin 0 -> 305944 bytes
img/2024-02-18/3.png | Bin 0 -> 88120 bytes
img/2024-02-18/4.png | Bin 0 -> 101369 bytes
img/2024-02-18/5.png | Bin 0 -> 191113 bytes
img/2024-02-18/6.png | Bin 0 -> 215311 bytes
img/2024-02-18/7.png | Bin 0 -> 36812 bytes
img/2024-02-18/8.png | Bin 0 -> 376181 bytes
img/2024-02-18/9.png | Bin 0 -> 236352 bytes
...n_ZooKeeper_and_CDH_in_Apache_DolphinScheduler.json | 8 ++++++++
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 +-
37 files changed, 34 insertions(+), 12 deletions(-)
diff --git a/data/blog/zh-cn.json b/data/blog/zh-cn.json
index d093a3ed25..8f0479d756 100644
--- a/data/blog/zh-cn.json
+++ b/data/blog/zh-cn.json
@@ -257,6 +257,12 @@
"title": "奇富科技:大数据任务从诊断到自愈的实践之路",
"time": "2024-01-29"
},
+ {
+ "name":
"Solution_to_the_incompatibility_problem_between_ZooKeeper_and_CDH_in_Apache_DolphinScheduler",
+ "content": "背景\n看到Apache
DolphinScheduler社区群有很多用户反馈和讨论这块问题,针对不兼容的问题,不仅需要自己重新编译各一个新包,而且因为默认是使用zk-3.8的配置,所以会出现不兼容问题。使用zk-3.4配置即可适配3.4.x\n解决办法(一)\n#切换到项目源码的根路径中执行\nmvn
clean package -T 1C -Prelease '-Dmaven.test.skip=true'
'-Dcheckstyle.skip=true' '-Dmaven.javadoc.skip=true' '-Dzk-3.4'\n\n上述命令解释\nmvn
clean package
依次执行了clean、resources、compile、testResources、testCompile、test、jar(打包)等7个阶段。\n\n指定多线程编译,可以增加~\n拓展\n-Dmaven.compile.fork=true
表示开启多线程\nmvn -T 4 install -- will use 4 threads\nmvn [...]
+ "title": "Apache DolphinScheduler 中 ZooKeeper与CDH 不兼容问题的解决方案",
+ "time": "2024-02-18"
+ },
{
"name":
"The_implementation_practice_of_Apache_DolphinScheduler_as_a_unified_scheduling_center_in_Lenovo",
"content": "点亮 ⭐️ Star ·
照亮开源之路\nGitHub:https://github.com/apache/dolphinscheduler\n\n在 ApacheCon Asia
2022 Meetup上,来自联想的数据架构师、Apache DolphinScheduler PMC & Committer 、Apache
Local Community 北京成员 李岗 老师分享了 Apache DolphinScheduler
在联想作为统一调度中心的落地实践。\n感谢本文整理者 关博
对社区的贡献,您的贡献是社区不断前进的动力!\n本次演讲主要包含以下四个部分:\n\n统一调度中心的需求背景介绍\n为什么会选择 Apache
DolphinScheduler 作为统一调度中心\nApache DolphinScheduler
在联想的落地实践中涉及的改造点\n后期规划(Roadmap)\n\n统一调度中心的需求背景介绍\n定时任务对每个开发人员来讲是一个常见的业务场景,我们通常都会遇到需要对数据进行备份、同步。一般的解决方式最
[...]
diff --git a/fetch/blog/zh-cn.json b/fetch/blog/zh-cn.json
index 552a558c0d..e3bf17d199 100644
--- a/fetch/blog/zh-cn.json
+++ b/fetch/blog/zh-cn.json
@@ -236,6 +236,14 @@
"type": "user",
"label": "用户案例",
"children": [
+ {
+ "name":
"Solution_to_the_incompatibility_problem_between_ZooKeeper_and_CDH_in_Apache_DolphinScheduler",
+ "title": "Apache DolphinScheduler 中 ZooKeeper与CDH 不兼容问题的解决方案",
+ "author": "Niko Zeng",
+ "dateStr": "2024-02-18",
+ "desc": "看到Apache
DolphinScheduler社区群有很多用户反馈和讨论这块问题,针对不兼容的问题,不仅需要自己重新编译各一个新包,而且因为默认是使用zk-3.8的配置,所以会出现不兼容问题。使用zk-3.4配置即可适配3.4.x",
+ "img": "/img/2024-02-18/1.png"
+ },
{
"name":
"Qifu_Technology_The_practical_path_of_big_data_tasks_from_diagnosis_to_self-healing",
"title": "奇富科技:大数据任务从诊断到自愈的实践之路",
diff --git a/img/2024-02-18/1.png b/img/2024-02-18/1.png
new file mode 100644
index 0000000000..22bdd5b467
Binary files /dev/null and b/img/2024-02-18/1.png differ
diff --git a/img/2024-02-18/10.png b/img/2024-02-18/10.png
new file mode 100644
index 0000000000..e2aa39613d
Binary files /dev/null and b/img/2024-02-18/10.png differ
diff --git a/img/2024-02-18/11.png b/img/2024-02-18/11.png
new file mode 100644
index 0000000000..aca9c3924c
Binary files /dev/null and b/img/2024-02-18/11.png differ
diff --git a/img/2024-02-18/12.png b/img/2024-02-18/12.png
new file mode 100644
index 0000000000..c875f8d051
Binary files /dev/null and b/img/2024-02-18/12.png differ
diff --git a/img/2024-02-18/13.png b/img/2024-02-18/13.png
new file mode 100644
index 0000000000..dbc2718f36
Binary files /dev/null and b/img/2024-02-18/13.png differ
diff --git a/img/2024-02-18/14.png b/img/2024-02-18/14.png
new file mode 100644
index 0000000000..982e0bbbf2
Binary files /dev/null and b/img/2024-02-18/14.png differ
diff --git a/img/2024-02-18/15.png b/img/2024-02-18/15.png
new file mode 100644
index 0000000000..1aff8d50ee
Binary files /dev/null and b/img/2024-02-18/15.png differ
diff --git a/img/2024-02-18/16.png b/img/2024-02-18/16.png
new file mode 100644
index 0000000000..506b10f6db
Binary files /dev/null and b/img/2024-02-18/16.png differ
diff --git a/img/2024-02-18/17.png b/img/2024-02-18/17.png
new file mode 100644
index 0000000000..d8059c6c05
Binary files /dev/null and b/img/2024-02-18/17.png differ
diff --git a/img/2024-02-18/18.png b/img/2024-02-18/18.png
new file mode 100644
index 0000000000..9d79c9e3cb
Binary files /dev/null and b/img/2024-02-18/18.png differ
diff --git a/img/2024-02-18/19.png b/img/2024-02-18/19.png
new file mode 100644
index 0000000000..007c615634
Binary files /dev/null and b/img/2024-02-18/19.png differ
diff --git a/img/2024-02-18/2.png b/img/2024-02-18/2.png
new file mode 100644
index 0000000000..d3342a4be8
Binary files /dev/null and b/img/2024-02-18/2.png differ
diff --git a/img/2024-02-18/20.png b/img/2024-02-18/20.png
new file mode 100644
index 0000000000..603ffd9067
Binary files /dev/null and b/img/2024-02-18/20.png differ
diff --git a/img/2024-02-18/21.png b/img/2024-02-18/21.png
new file mode 100644
index 0000000000..f8fe9d3299
Binary files /dev/null and b/img/2024-02-18/21.png differ
diff --git a/img/2024-02-18/22.png b/img/2024-02-18/22.png
new file mode 100644
index 0000000000..d8059c6c05
Binary files /dev/null and b/img/2024-02-18/22.png differ
diff --git a/img/2024-02-18/3.png b/img/2024-02-18/3.png
new file mode 100644
index 0000000000..e4d2d3dbf1
Binary files /dev/null and b/img/2024-02-18/3.png differ
diff --git a/img/2024-02-18/4.png b/img/2024-02-18/4.png
new file mode 100644
index 0000000000..435c0d9b96
Binary files /dev/null and b/img/2024-02-18/4.png differ
diff --git a/img/2024-02-18/5.png b/img/2024-02-18/5.png
new file mode 100644
index 0000000000..39a00393aa
Binary files /dev/null and b/img/2024-02-18/5.png differ
diff --git a/img/2024-02-18/6.png b/img/2024-02-18/6.png
new file mode 100644
index 0000000000..5c0a8210ec
Binary files /dev/null and b/img/2024-02-18/6.png differ
diff --git a/img/2024-02-18/7.png b/img/2024-02-18/7.png
new file mode 100644
index 0000000000..aeb02e63e6
Binary files /dev/null and b/img/2024-02-18/7.png differ
diff --git a/img/2024-02-18/8.png b/img/2024-02-18/8.png
new file mode 100644
index 0000000000..ccc59c6e28
Binary files /dev/null and b/img/2024-02-18/8.png differ
diff --git a/img/2024-02-18/9.png b/img/2024-02-18/9.png
new file mode 100644
index 0000000000..60d3d8de98
Binary files /dev/null and b/img/2024-02-18/9.png differ
diff --git
a/pages/blog/zh-cn/Solution_to_the_incompatibility_problem_between_ZooKeeper_and_CDH_in_Apache_DolphinScheduler.json
b/pages/blog/zh-cn/Solution_to_the_incompatibility_problem_between_ZooKeeper_and_CDH_in_Apache_DolphinScheduler.json
new file mode 100644
index 0000000000..02ecdc8076
--- /dev/null
+++
b/pages/blog/zh-cn/Solution_to_the_incompatibility_problem_between_ZooKeeper_and_CDH_in_Apache_DolphinScheduler.json
@@ -0,0 +1,8 @@
+{
+ "__html": "<h1>背景</h1>\n<p>看到Apache
DolphinScheduler社区群有很多用户反馈和讨论这块问题,针对不兼容的问题,不仅需要自己重新编译各一个新包,而且因为默认是使用zk-3.8的配置,所以会出现不兼容问题。使用zk-3.4配置即可适配3.4.x</p>\n<h3>解决办法(一)</h3>\n<p>#切换到项目源码的根路径中执行</p>\n<pre><code>mvn
clean package -T 1C -Prelease '-Dmaven.test.skip=true'
'-Dcheckstyle.skip=true' '-Dmaven.javadoc.skip=true'
'-Dzk-3.4'\n</code></pre>\n<p><strong>上述命令解释</strong></p>\n<pre><code>mvn clean
package
依次执行了clean、resources、compile、testResources、testCompile、test、jar(打包)等7个阶段。\n</code></pr
[...]
+ "time": "2024-02-18",
+ "author": "Niko Zeng",
+ "title": "Apache DolphinScheduler 中 ZooKeeper与CDH 不兼容问题的解决方案",
+ "type": "user",
+ "label": "用户案例"
+}
\ No newline at end of file
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 4b7127dad3..4fa4b4e8d6 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: 315aaafc021cd12ea9506c9b1d7b6454
+config: 4bf3adbb5c116da64088dc8816df8c09
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 1cefb7976d..16b627e74b 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: 1d270ae8ffd73808a7777f7521fc8df7
+config: c444e911a2c7aa643a9f328c1c500d1f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 3b9a653271..73ec434226 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: dc516a6742acb0c6422bc94ced015c78
+config: b82e4a6402c11975553f1291a7894f91
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index c6d6a6b8ef..a08c5866de 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: 385af198185ca3932c0ae172306a3ace
+config: c7e204105daaa6f187267396b4c491ef
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index eedc75c7de..3e73739ccd 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: 361c53f8d5ab17fca3df85f290c2f9a5
+config: bb4ad9c805b99dd58ee8525c374e44a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 67ff7830f0..3e710c6956 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: 005aa7d65619faae7cc7c5ed1d3b844a
+config: d4b4e9a30c76a4a117b2dd52cbc9ec60
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 8eda4c9eac..e53ecdc7d5 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: 1b43a0fd7f374ffa7764d140913770d8
+config: bff638cd787e85d4a2797854a1722e39
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index ae844686c8..5fe538b488 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: 3efa48ef6e134fc8f24e9f2f0292eff1
+config: e07db982b9ce5f96eda4c0f7c3b29a56
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 18da677241..d55c533b82 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: 2bb1f2d0ff81030869f3c6881f192184
+config: 43f71a62ffeda6a3a05f9c25c29dbf1f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index a0dc0b21fe..1b7c8afcf2 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: 436c347fa19d45ab44da9567a15ea9db
+config: c6b200d6649724b8efd8f4bee649fb0b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index acacee9271..ee8f34883b 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: 5cd7cbd2722aea0e9403cab4e59c3453
+config: 50c30c373145d070256fcf094c57b9f6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index ea13b22d83..f1c0062dd0 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: 9d2ee7e854e740db668382bd5d6d11d3
+config: b36229fbdd3124e590b2d0a516f06ba7
tags: 645f666f9bcd5a90fca523b33c5a78b7