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 cc3101f Automated deployment: Wed Aug 5 01:42:07 UTC 2020
5d4b1b826dad5ed4592b8413e8a1a51881bd53ef
cc3101f is described below
commit cc3101f9cad77dd2ed0be40efc8a5635f9aadf61
Author: gabrywu <[email protected]>
AuthorDate: Wed Aug 5 01:42:07 2020 +0000
Automated deployment: Wed Aug 5 01:42:07 UTC 2020
5d4b1b826dad5ed4592b8413e8a1a51881bd53ef
---
en-us/blog/architecture-design.html | 4 ++--
en-us/blog/architecture-design.json | 2 +-
en-us/docs/1.2.1/user_doc/architecture-design.html | 4 ++--
en-us/docs/1.2.1/user_doc/architecture-design.json | 2 +-
en-us/docs/development/architecture-design.html | 4 ++--
en-us/docs/development/architecture-design.json | 2 +-
zh-cn/blog/architecture-design.html | 4 ++--
zh-cn/blog/architecture-design.json | 2 +-
zh-cn/docs/1.2.1/user_doc/architecture-design.html | 4 ++--
zh-cn/docs/1.2.1/user_doc/architecture-design.json | 2 +-
zh-cn/docs/1.3.1/user_doc/architecture-design.html | 4 ++--
zh-cn/docs/1.3.1/user_doc/architecture-design.json | 2 +-
zh-cn/docs/development/architecture-design.html | 4 ++--
zh-cn/docs/development/architecture-design.json | 2 +-
14 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/en-us/blog/architecture-design.html
b/en-us/blog/architecture-design.html
index 4088c38..3b617f8 100644
--- a/en-us/blog/architecture-design.html
+++ b/en-us/blog/architecture-design.html
@@ -247,7 +247,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log appender
*/</span>
- Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+ Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -276,7 +276,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log filter
*/</span>
-Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function">Public FilterReply <span
class="hljs-title">decide</span><span class="hljs-params">(ILoggingEvent
event)</span> </span>{
diff --git a/en-us/blog/architecture-design.json
b/en-us/blog/architecture-design.json
index 17b6f50..80298b9 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": "/en-us/blog/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/1.2.1/user_doc/architecture-design.html
b/en-us/docs/1.2.1/user_doc/architecture-design.html
index 89814dd..61fd45e 100644
--- a/en-us/docs/1.2.1/user_doc/architecture-design.html
+++ b/en-us/docs/1.2.1/user_doc/architecture-design.html
@@ -247,7 +247,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log appender
*/</span>
- Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+ Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -276,7 +276,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log filter
*/</span>
-Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function">Public FilterReply <span
class="hljs-title">decide</span><span class="hljs-params">(ILoggingEvent
event)</span> </span>{
diff --git a/en-us/docs/1.2.1/user_doc/architecture-design.json
b/en-us/docs/1.2.1/user_doc/architecture-design.json
index 180bbb4..f78ce5e 100644
--- a/en-us/docs/1.2.1/user_doc/architecture-design.json
+++ b/en-us/docs/1.2.1/user_doc/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": "/en-us/docs/1.2.1/user_doc/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/development/architecture-design.html
b/en-us/docs/development/architecture-design.html
index 89814dd..61fd45e 100644
--- a/en-us/docs/development/architecture-design.html
+++ b/en-us/docs/development/architecture-design.html
@@ -247,7 +247,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log appender
*/</span>
- Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+ Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -276,7 +276,7 @@ Interfaces include workflow creation, definition, query,
modification, release,
<pre><code class="language-java"> <span class="hljs-comment">/**
* task log filter
*/</span>
-Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+Public <span class="hljs-class"><span class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogFilter</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function">Public FilterReply <span
class="hljs-title">decide</span><span class="hljs-params">(ILoggingEvent
event)</span> </span>{
diff --git a/en-us/docs/development/architecture-design.json
b/en-us/docs/development/architecture-design.json
index 61514b6..2f048ee 100644
--- a/en-us/docs/development/architecture-design.json
+++ b/en-us/docs/development/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": "/en-us/docs/development/architecture-design.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 8f361b6..597625a 100644
--- a/zh-cn/blog/architecture-design.html
+++ b/zh-cn/blog/architecture-design.html
@@ -255,7 +255,7 @@ ZooKeeper Master容错完成之后则重新由EasyScheduler中Scheduler线程调
<pre><code class="language-java"><span class="hljs-comment">/**
* task log appender
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -288,7 +288,7 @@ ZooKeeper Master容错完成之后则重新由EasyScheduler中Scheduler线程调
<pre><code class="language-java"><span class="hljs-comment">/**
* task log filter
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function"><span class="hljs-keyword">public</span>
FilterReply <span class="hljs-title">decide</span><span
class="hljs-params">(ILoggingEvent event)</span> </span>{
diff --git a/zh-cn/blog/architecture-design.json
b/zh-cn/blog/architecture-design.json
index 694f7e6..ed4e6e7 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": "/zh-cn/blog/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/user_doc/architecture-design.html
b/zh-cn/docs/1.2.1/user_doc/architecture-design.html
index f997563..1c949a3 100644
--- a/zh-cn/docs/1.2.1/user_doc/architecture-design.html
+++ b/zh-cn/docs/1.2.1/user_doc/architecture-design.html
@@ -255,7 +255,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log appender
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -288,7 +288,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log filter
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function"><span class="hljs-keyword">public</span>
FilterReply <span class="hljs-title">decide</span><span
class="hljs-params">(ILoggingEvent event)</span> </span>{
diff --git a/zh-cn/docs/1.2.1/user_doc/architecture-design.json
b/zh-cn/docs/1.2.1/user_doc/architecture-design.json
index 7b1919d..7b651c9 100644
--- a/zh-cn/docs/1.2.1/user_doc/architecture-design.json
+++ b/zh-cn/docs/1.2.1/user_doc/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": "/zh-cn/docs/1.2.1/user_doc/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.1/user_doc/architecture-design.html
b/zh-cn/docs/1.3.1/user_doc/architecture-design.html
index 890cf2f..53af66e 100644
--- a/zh-cn/docs/1.3.1/user_doc/architecture-design.html
+++ b/zh-cn/docs/1.3.1/user_doc/architecture-design.html
@@ -265,7 +265,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log appender
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -298,7 +298,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log filter
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function"><span class="hljs-keyword">public</span>
FilterReply <span class="hljs-title">decide</span><span
class="hljs-params">(ILoggingEvent event)</span> </span>{
diff --git a/zh-cn/docs/1.3.1/user_doc/architecture-design.json
b/zh-cn/docs/1.3.1/user_doc/architecture-design.json
index 0cdf7f1..6e600bc 100644
--- a/zh-cn/docs/1.3.1/user_doc/architecture-design.json
+++ b/zh-cn/docs/1.3.1/user_doc/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": "/zh-cn/docs/1.3.1/user_doc/architecture-design.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/development/architecture-design.html
b/zh-cn/docs/development/architecture-design.html
index f997563..1c949a3 100644
--- a/zh-cn/docs/development/architecture-design.html
+++ b/zh-cn/docs/development/architecture-design.html
@@ -255,7 +255,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log appender
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span
class="hljs-title">TaskLogAppender</span> <span
class="hljs-keyword">extends</span> <span
class="hljs-title">FileAppender</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
...
@@ -288,7 +288,7 @@ ZooKeeper Master容错完成之后则重新由DolphinScheduler中Scheduler线程
<pre><code class="language-java"><span class="hljs-comment">/**
* task log filter
*/</span>
-<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span> </span>{
+<span class="hljs-keyword">public</span> <span class="hljs-class"><span
class="hljs-keyword">class</span> <span class="hljs-title">TaskLogFilter</span>
<span class="hljs-keyword">extends</span> <span
class="hljs-title">Filter</span><<span
class="hljs-title">ILoggingEvent</span>> </span>{
<span class="hljs-meta">@Override</span>
<span class="hljs-function"><span class="hljs-keyword">public</span>
FilterReply <span class="hljs-title">decide</span><span
class="hljs-params">(ILoggingEvent event)</span> </span>{
diff --git a/zh-cn/docs/development/architecture-design.json
b/zh-cn/docs/development/architecture-design.json
index 25da86e..9715728 100644
--- a/zh-cn/docs/development/architecture-design.json
+++ b/zh-cn/docs/development/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": "/zh-cn/docs/development/architecture-design.html",
"meta": {}
}
\ No newline at end of file