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 2019/12/03 11:42:46 UTC

[incubator-dolphinscheduler-website] branch master updated: [dolphinscheduler-1197] [bug] wrong spell

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d88e93b  [dolphinscheduler-1197] [bug] wrong spell
     new c12f2d9  Merge pull request #47 from nauu/bug/1197
d88e93b is described below

commit d88e93b0d496d82ac38f7171dfe04e8012fc1c04
Author: zhukai <zh...@ygsoft.com>
AuthorDate: Tue Dec 3 15:00:19 2019 +0800

    [dolphinscheduler-1197] [bug] wrong spell
    
    Changelog category:
    * Bug
    
    Detailed description:
    fix the wrong spell, and set the img src with static path
---
 docs/en-us/development/architecture-design.md |   4 ++--
 docs/zh-cn/development/architecture-design.md |   4 ++--
 img/distributed_lock_procss.png               | Bin 0 -> 80478 bytes
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/development/architecture-design.md b/docs/en-us/development/architecture-design.md
index 50b3c89..1ba168c 100755
--- a/docs/en-us/development/architecture-design.md
+++ b/docs/en-us/development/architecture-design.md
@@ -147,7 +147,7 @@ DolphinScheduler uses ZooKeeper distributed locks to implement only one Master t
 2. Scheduler thread distributed lock implementation flow chart in DolphinScheduler:
 
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock_procss.png" alt="Get Distributed Lock Process" width="50%" />
+   <img src="/img/distributed_lock_procss.png" alt="Get Distributed Lock Process" width="50%" />
  </p>
 
 ##### Third, the thread is insufficient loop waiting problem
@@ -313,4 +313,4 @@ Public class TaskLogFilter extends Filter<ILoggingEvent {
 
 ### summary
 
-Starting from the scheduling, this paper introduces the architecture principle and implementation ideas of the big data distributed workflow scheduling system-DolphinScheduler. To be continued
\ No newline at end of file
+Starting from the scheduling, this paper introduces the architecture principle and implementation ideas of the big data distributed workflow scheduling system-DolphinScheduler. To be continued
diff --git a/docs/zh-cn/development/architecture-design.md b/docs/zh-cn/development/architecture-design.md
index 2044f87..627dc5d 100755
--- a/docs/zh-cn/development/architecture-design.md
+++ b/docs/zh-cn/development/architecture-design.md
@@ -136,7 +136,7 @@ DolphinScheduler使用ZooKeeper分布式锁来实现同一时刻只有一台Mast
 
 2. DolphinScheduler中Scheduler线程分布式锁实现流程图:
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock_procss.png" alt="获取分布式锁流程"  width="50%" />
+   <img src="/img/distributed_lock_procss.png" alt="获取分布式锁流程"  width="50%" />
  </p>
 
 
@@ -379,4 +379,4 @@ Public class TaskLogFilter extends Filter<ILoggingEvent {
 
 ### summary
 
-Starting from the scheduling, this paper introduces the architecture principle and implementation ideas of the big data distributed workflow scheduling system-DolphinScheduler. To be continued
\ No newline at end of file
+Starting from the scheduling, this paper introduces the architecture principle and implementation ideas of the big data distributed workflow scheduling system-DolphinScheduler. To be continued
diff --git a/img/distributed_lock_procss.png b/img/distributed_lock_procss.png
new file mode 100644
index 0000000..46596a3
Binary files /dev/null and b/img/distributed_lock_procss.png differ