You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2021/06/04 05:16:42 UTC

[dolphinscheduler-website] branch fix-wrong-url created (now 56136a3)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a change to branch fix-wrong-url
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git.


      at 56136a3  Update blog.js

This branch includes the following new commits:

     new 56136a3  Update blog.js

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[dolphinscheduler-website] 01/01: Update blog.js

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch fix-wrong-url
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git

commit 56136a3e000f42ec4dddffcea9a160ed47fd0a8c
Author: dailidong <da...@gmail.com>
AuthorDate: Fri Jun 4 13:16:34 2021 +0800

    Update blog.js
---
 site_config/blog.js | 43 +++++++++++++++++++------------------------
 1 file changed, 19 insertions(+), 24 deletions(-)

diff --git a/site_config/blog.js b/site_config/blog.js
index 8e664bf..86fe879 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -4,11 +4,12 @@ export default {
     postsTitle: 'All posts',
     list: [
       {
-        title: 'Apache Dolphin Scheduler(Incubating) Meetup 2019.10 Shanghai',
-        author: 'William',
-        dateStr: '2019-9-27',
-        desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in Shanghai  2019.10.26. Welcome to register.',
-        link: '/en-us/blog/meetup_2019_10_26.html',
+        title: ' Big Data Workflow Task Scheduling - Directed Acyclic Graph (DAG) for Topological Sorting',
+        author: 'LidongDai',
+        translator: 'QuakeWang',
+        dateStr: '2021-05-06',
+        desc: 'DAG: 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.',
+        link: '/en-us/blog/DAG.html',
       },
       {
         title: 'FAQ of Apache DolphinScheduler',
@@ -16,15 +17,16 @@ export default {
         dateStr: '2021-03-20',
         desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in Shanghai  2019.10.26. Welcome to register.',
         link: '/en-us/blog/FAQ.html',
-      },          
+      },  
       {
-        title: ' Big Data Workflow Task Scheduling - Directed Acyclic Graph (DAG) for Topological Sorting',
-        author: 'LidongDai',
-        translator: 'QuakeWang',
-        dateStr: '2021-05-06',
-        desc: 'DAG: 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.',
-        link: '/en-us/blog/DAG.html',
+        title: 'Apache Dolphin Scheduler(Incubating) Meetup 2019.10 Shanghai',
+        author: 'William',
+        dateStr: '2019-9-27',
+        desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in Shanghai  2019.10.26. Welcome to register.',
+        link: '/en-us/blog/meetup_2019_10_26.html',
       },
+        
+
     ],
   },
   'zh-cn': {
@@ -32,20 +34,20 @@ export default {
     postsTitle: '所有文章',
     list: [
       {
-        title: 'DolphinScheduler json详解',
+        title: 'DolphinScheduler 核心之 DAG 大 JSON 拆分详解',
         author: '进勇',
         editor: '小P',
         dateStr: '2021-05-29',
-        desc: 'DolphinScheduler json拆解详细说明',
+        desc: 'DolphinScheduler 核心之 DAG 大 JSON 拆分始末',
         link: '/zh-cn/blog/dolphinscheduler_json.html',
-      },  
+      },    
       {
         title: '为什么要把 DolphinScheduler 工作流定义中保存任务及关系的大 json 给拆了?',
         author: '进勇',
         editor: '王福政',
         dateStr: '2021-05-25',
         desc: '当前 DolphinScheduler 的工作流中的任务及关系保存时是以大 json 的方式保存到数据库中 process_definiton 表的 process_definition_json 字段,如果某个工作流很大比如有 1000 个任务,这个 json 字段也就随之变得非常大,在使用时需要解析 json,非常耗费性能,且任务没法重用,故社区计划启动 json 拆分项目。',
-        link: '/zh-cn/blog/json_split.htmldolphinscheduler_json.html',
+        link: '/zh-cn/blog/json_split.html',
       },
       {
         title: '大数据工作流任务调度--有向无环图(DAG)之拓扑排序',
@@ -86,14 +88,7 @@ export default {
         desc: 'Apache Dolphin Scheduler(Incubating) 将于2019年10月26日在上海组织一次会议,欢迎踊跃报名。 ',
         link: '/zh-cn/blog/meetup_2019_10_26.html',
       },
-      {
-        title: 'DolphinScheduler json详解',
-        author: '进勇',
-        editor: '小P',
-        dateStr: '2021-05-29',
-        desc: 'DolphinScheduler json拆解详细说明',
-        link: '/zh-cn/blog/dolphinscheduler_json.html',
-      },      
+  
     ],
   },
 };