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/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7946a47 Automated deployment: 9fe24af3c2ef9adedf314ab913448302130475c1
7946a47 is described below
commit 7946a4781f69ff024d899ed79cdd50b91b86bc04
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 1 03:55:16 2021 +0000
Automated deployment: 9fe24af3c2ef9adedf314ab913448302130475c1
---
en-us/blog/FAQ.html | 2 +-
en-us/blog/FAQ.json | 2 +-
en-us/blog/architecture-design.html | 2 +-
en-us/blog/architecture-design.json | 2 +-
en-us/blog/meetup_2019_10_26.html | 2 +-
en-us/blog/meetup_2019_10_26.json | 2 +-
zh-cn/blog/architecture-design.html | 2 +-
zh-cn/blog/architecture-design.json | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/en-us/blog/FAQ.html b/en-us/blog/FAQ.html
index f231407..f8caf99 100644
--- a/en-us/blog/FAQ.html
+++ b/en-us/blog/FAQ.html
@@ -18,7 +18,7 @@
<p>DolphinScheduler isn't an ETL tool. but it can helps you manage ETL
pipelines and it also integrates some ETL tools like sqoop and datax.</p>
<h4>Q:What is DolphinScheduler used for?</h4>
<p>A: Apache DolphinScheduler is a workflow automation and scheduling platform
that can be used to assemble and manage data pipelines. Similar systems such as
oozie and Azkaban etc</p>
-<h4>Q: Who is using Apache DolphinScheduelr?</h4>
+<h4>Q: Who is using Apache DolphinScheduler?</h4>
<p>A: more than 400+ companys are using DolphinScheduler as their scheduler
platform, some user cases like
IBM、Tencent、meituan、Lenovo、Nokia、SHEIN、Inspur、pingan、ICBC and so on</p>
</section><footer class="footer-container"><div class="footer-body"><img
src="/img/ds_gray.svg"/><div class="cols-container"><div class="col
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler is an effort undergoing
incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner co [...]
<script
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/blog/FAQ.json b/en-us/blog/FAQ.json
index 0c70b13..9e26261 100644
--- a/en-us/blog/FAQ.json
+++ b/en-us/blog/FAQ.json
@@ -1,6 +1,6 @@
{
"filename": "FAQ.md",
- "__html": "<h4>Q: What is Apache DolphinScheduler?</h4>\n<p>A:
DolphinScheduler is a distributed and extensible workflow scheduler platform
with a powerful DAG visual interface. It is dedicated to solving complex task
dependencies in data pipelines, making multi types of tasks available out of
the box</p>\n<h4>Q: Is DolphinScheduler an ETL tool?</h4>\n<p>A: Apache
DolphinScheduler is an open-source visual workflow automation tool used for
setting up and maintaining data pipelines.</p>\ [...]
+ "__html": "<h4>Q: What is Apache DolphinScheduler?</h4>\n<p>A:
DolphinScheduler is a distributed and extensible workflow scheduler platform
with a powerful DAG visual interface. It is dedicated to solving complex task
dependencies in data pipelines, making multi types of tasks available out of
the box</p>\n<h4>Q: Is DolphinScheduler an ETL tool?</h4>\n<p>A: Apache
DolphinScheduler is an open-source visual workflow automation tool used for
setting up and maintaining data pipelines.</p>\ [...]
"link": "/dist/en-us/blog/FAQ.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/blog/architecture-design.html
b/en-us/blog/architecture-design.html
index e5b155a..5fb3a39 100644
--- a/en-us/blog/architecture-design.html
+++ b/en-us/blog/architecture-design.html
@@ -115,7 +115,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<li>Another problem is that if the Scheduler is on the Master, although it can
support different tasks in one DAG running on different machines, it will
generate overload of the Master. If the Scheduler is on the Slave, all tasks in
a DAG can only be submitted on one machine. If there are more parallel tasks,
the pressure on the Slave may be larger.</li>
</ul>
<h6>Decentralization</h6>
- <p align="center"
+ <p align="center">
<img
src="https://analysys.github.io/easyscheduler_docs_cn/images/decentralization.png"
alt="decentralized" width="50%" />
</p>
<ul>
diff --git a/en-us/blog/architecture-design.json
b/en-us/blog/architecture-design.json
index 3bda1ae..611b4f8 100644
--- a/en-us/blog/architecture-design.json
+++ b/en-us/blog/architecture-design.json
@@ -1,6 +1,6 @@
{
"filename": "architecture-design.md",
- "__html": "<h2>Architecture Design</h2>\n<p>Before explaining the
architecture of the schedule system, let us first understand the common nouns
of the schedule system.</p>\n<h3>1.Noun
Interpretation</h3>\n<p><strong>DAG:</strong> Full name Directed Acyclic
Graph,referred to as DAG。Tasks in the workflow are assembled in the form of
directed acyclic graphs, which are topologically traversed from nodes with zero
indegrees of ingress until there are no successor nodes. For example, the fol
[...]
+ "__html": "<h2>Architecture Design</h2>\n<p>Before explaining the
architecture of the schedule system, let us first understand the common nouns
of the schedule system.</p>\n<h3>1.Noun
Interpretation</h3>\n<p><strong>DAG:</strong> Full name Directed Acyclic
Graph,referred to as DAG。Tasks in the workflow are assembled in the form of
directed acyclic graphs, which are topologically traversed from nodes with zero
indegrees of ingress until there are no successor nodes. For example, the fol
[...]
"link": "/dist/en-us/blog/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/blog/meetup_2019_10_26.html
b/en-us/blog/meetup_2019_10_26.html
index 2d63795..d931029 100644
--- a/en-us/blog/meetup_2019_10_26.html
+++ b/en-us/blog/meetup_2019_10_26.html
@@ -21,7 +21,7 @@ Apache Dolphin Scheduler(Incubating) Meetup has been held
successfully in Shangh
<li>DolphinScheduler internals, fairly technical: how DolphinScheduler works
and so on (Zhanwei Qiao 14:20-15:00) <a
href="/file/2019-10-26/DolphinScheduler_qiaozhanwei.pptx">PPT</a></li>
<li>From open source users to PPMC --- Talking about Me and
DolphinScheduler(Baoqi Wu from guandata 15:10-15:50)<a
href="/file/2019-10-26/Dolphinescheduler_baoqiwu.pptx">PPT</a></li>
<li>Application and Practice of Dolphin Scheduler in cathay-ins (Zongyao Zhang
from cathay-ins 15:50-16:30)<a
href="/file/2019-10-26/DolphinScheduler_zhangzongyao.pptx">PPT</a></li>
-<li>Recently released features and Roadmap (Lidong Dai from analysys
16:30-17:00) <a
href="/file/2019-10-26/DolphinScheduler_dailidong.pptx">PPT</a></li>
+<li>Recently released features and Roadmap (Lidong Dai 16:30-17:00) <a
href="/file/2019-10-26/DolphinScheduler_dailidong.pptx">PPT</a></li>
<li>Free discussion</li>
</ul>
</section><footer class="footer-container"><div class="footer-body"><img
src="/img/ds_gray.svg"/><div class="cols-container"><div class="col
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler is an effort undergoing
incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner co [...]
diff --git a/en-us/blog/meetup_2019_10_26.json
b/en-us/blog/meetup_2019_10_26.json
index 7a1e098..3f632b0 100644
--- a/en-us/blog/meetup_2019_10_26.json
+++ b/en-us/blog/meetup_2019_10_26.json
@@ -1,6 +1,6 @@
{
"filename": "meetup_2019_10_26.md",
- "__html": "<p><img src=\"/img/2019-10-26-user.jpg\" alt=\"avatar\">\nApache
Dolphin Scheduler(Incubating) Meetup has been held successfully in Shanghai
2019.10.26.</p>\n<p>Address: Shanghai Changning Yuyuan Road 1107 Chuangyi space
(Hongji) 3r20</p>\n<p>The meetup was begin at 2:00 pm, and close at about 5:00
pm.</p>\n<p>The Agenda is as following:</p>\n<ul>\n<li>Introduction/overview of
DolphinScheduler (William-GuoWei 14:00-14:20). <a
href=\"/file/2019-10-26/DolphinScheduler_guowei.p [...]
+ "__html": "<p><img src=\"/img/2019-10-26-user.jpg\" alt=\"avatar\">\nApache
Dolphin Scheduler(Incubating) Meetup has been held successfully in Shanghai
2019.10.26.</p>\n<p>Address: Shanghai Changning Yuyuan Road 1107 Chuangyi space
(Hongji) 3r20</p>\n<p>The meetup was begin at 2:00 pm, and close at about 5:00
pm.</p>\n<p>The Agenda is as following:</p>\n<ul>\n<li>Introduction/overview of
DolphinScheduler (William-GuoWei 14:00-14:20). <a
href=\"/file/2019-10-26/DolphinScheduler_guowei.p [...]
"link": "/dist/en-us/blog/meetup_2019_10_26.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/blog/architecture-design.html
b/zh-cn/blog/architecture-design.html
index 782701b..cf636a9 100644
--- a/zh-cn/blog/architecture-design.html
+++ b/zh-cn/blog/architecture-design.html
@@ -115,7 +115,7 @@ MasterServer服务启动时向Zookeeper注册临时节点,通过监听Zookeepe
<li>另外一个问题是如果Scheduler在Master上,虽然可以支持一个DAG中不同的任务运行在不同的机器上,但是会产生Master的过负载。如果Scheduler在Slave上,则一个DAG中所有的任务都只能在某一台机器上进行作业提交,则并行任务比较多的时候,Slave的压力可能会比较大。</li>
</ul>
<h6>去中心化</h6>
- <p align="center"
+ <p align="center">
<img
src="https://analysys.github.io/easyscheduler_docs_cn/images/decentralization.png"
alt="去中心化" width="50%" />
</p>
<ul>
diff --git a/zh-cn/blog/architecture-design.json
b/zh-cn/blog/architecture-design.json
index b3a2475..4acb4c0 100644
--- a/zh-cn/blog/architecture-design.json
+++ b/zh-cn/blog/architecture-design.json
@@ -1,6 +1,6 @@
{
"filename": "architecture-design.md",
- "__html":
"<h2>系统架构设计</h2>\n<p>在对调度系统架构说明之前,我们先来认识一下调度系统常用的名词</p>\n<h3>1.名词解释</h3>\n<p><strong>DAG:</strong>
全称Directed Acyclic
Graph,简称DAG。工作流中的Task任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图:</p>\n<p
align=\"center\">\n <img src=\"/img/dag_examples_cn.jpg\" alt=\"dag示例\"
width=\"60%\" />\n <p align=\"center\">\n <em>dag示例</em>\n
</p>\n</p>\n<p><strong>流程定义</strong>:通过拖拽任务节点并建立任务节点的关联所形成的可视化<strong>DAG</strong></p>\n<p><strong>流程实例</strong>:流程实例是流程定义的实例化,可以通过手动启动或定时调度生成,
[...]
+ "__html":
"<h2>系统架构设计</h2>\n<p>在对调度系统架构说明之前,我们先来认识一下调度系统常用的名词</p>\n<h3>1.名词解释</h3>\n<p><strong>DAG:</strong>
全称Directed Acyclic
Graph,简称DAG。工作流中的Task任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图:</p>\n<p
align=\"center\">\n <img src=\"/img/dag_examples_cn.jpg\" alt=\"dag示例\"
width=\"60%\" />\n <p align=\"center\">\n <em>dag示例</em>\n
</p>\n</p>\n<p><strong>流程定义</strong>:通过拖拽任务节点并建立任务节点的关联所形成的可视化<strong>DAG</strong></p>\n<p><strong>流程实例</strong>:流程实例是流程定义的实例化,可以通过手动启动或定时调度生成,
[...]
"link": "/dist/zh-cn/blog/architecture-design.html",
"meta": {}
}
\ No newline at end of file