You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2020/12/24 09:19:56 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Thu Dec 24 09:19:39 UTC 2020 b2b4666a6842e9d27df6498e0d091e6f067f5953

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 c314cfe  Automated deployment: Thu Dec 24 09:19:39 UTC 2020 b2b4666a6842e9d27df6498e0d091e6f067f5953
c314cfe is described below

commit c314cfe2033b42a4bc7d82bda594d35686781ce9
Author: CalvinKirs <Ca...@users.noreply.github.com>
AuthorDate: Thu Dec 24 09:19:39 2020 +0000

    Automated deployment: Thu Dec 24 09:19:39 UTC 2020 b2b4666a6842e9d27df6498e0d091e6f067f5953
---
 zh-cn/docs/1.3.2/user_doc/expansion-reduction.html | 19 ++++++++++++++++---
 zh-cn/docs/1.3.2/user_doc/expansion-reduction.json |  2 +-
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/zh-cn/docs/1.3.2/user_doc/expansion-reduction.html b/zh-cn/docs/1.3.2/user_doc/expansion-reduction.html
index 3423e66..98ea8d1 100644
--- a/zh-cn/docs/1.3.2/user_doc/expansion-reduction.html
+++ b/zh-cn/docs/1.3.2/user_doc/expansion-reduction.html
@@ -129,9 +129,23 @@ workers="现有worker01:default,现有worker02:default,ds3:default,ds4:default"
 </ul>
 <pre><code class="language-shell">sudo chown -R dolphinscheduler:dolphinscheduler dolphinscheduler
 </code></pre>
-<h3>1.4. 重启集群&amp;验证</h3>
+<h3>1.4. 启动服务&amp;验证</h3>
 <ul>
-<li>重启集群</li>
+<li>在扩容的机器上,直接启动对应的master/worker服务即可.不需要重启整个集群.(Dolphinscheduler采用分布式无中心的架构,可以自动感知新增/下线的服务)</li>
+</ul>
+<pre><code class="language-shell">启动命令:
+sh bin/dolphinscheduler-daemon.sh start master-server  启动 master 服务
+sh bin/dolphinscheduler-daemon.sh start worker-server  启动 worker 服务
+sh bin/dolphinscheduler-daemon.sh start logger-server  启动 logger  服务
+
+停止命令:
+sh bin/dolphinscheduler-daemon.sh stop master-server  停止 master 服务
+sh bin/dolphinscheduler-daemon.sh stop worker-server  停止 worker 服务
+sh bin/dolphinscheduler-daemon.sh stop logger-server  停止 logger  服务
+
+</code></pre>
+<ul>
+<li>当然如果想验证配置文件是否生效的话,可以重启整个集群.</li>
 </ul>
 <pre><code class="language-shell">停止命令:
 bin/stop-all.sh 停止所有服务
@@ -142,7 +156,6 @@ sh bin/dolphinscheduler-daemon.sh stop logger-server  停止 logger  服务
 sh bin/dolphinscheduler-daemon.sh stop api-server     停止 api    服务
 sh bin/dolphinscheduler-daemon.sh stop alert-server   停止 alert  服务
 
-
 启动命令:
 bin/start-all.sh 启动所有服务
 
diff --git a/zh-cn/docs/1.3.2/user_doc/expansion-reduction.json b/zh-cn/docs/1.3.2/user_doc/expansion-reduction.json
index 01635df..385c0b8 100644
--- a/zh-cn/docs/1.3.2/user_doc/expansion-reduction.json
+++ b/zh-cn/docs/1.3.2/user_doc/expansion-reduction.json
@@ -1,6 +1,6 @@
 {
   "filename": "expansion-reduction.md",
-  "__html": "<h1>DolphinScheduler扩容/缩容 文档</h1>\n<h2>1. DolphinScheduler扩容文档</h2>\n<p>本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.</p>\n<pre><code> 注意: 一台物理机上不能存在多个master服务进程或者worker服务进程.\n       如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件 `conf/config/install_config.conf`. 新增masters或者workers参数,重启调度集群即可.\n</code></pre>\n<h3>1.1. 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>[必装] <a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JD [...]
+  "__html": "<h1>DolphinScheduler扩容/缩容 文档</h1>\n<h2>1. DolphinScheduler扩容文档</h2>\n<p>本文扩容是针对现有的DolphinScheduler集群添加新的master或者worker节点的操作说明.</p>\n<pre><code> 注意: 一台物理机上不能存在多个master服务进程或者worker服务进程.\n       如果扩容master或者worker节点所在的物理机已经安装了调度的服务,请直接跳到 [1.4.修改配置]. 编辑 ** 所有 ** 节点上的配置文件 `conf/config/install_config.conf`. 新增masters或者workers参数,重启调度集群即可.\n</code></pre>\n<h3>1.1. 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>[必装] <a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JD [...]
   "link": "/zh-cn/docs/1.3.2/user_doc/expansion-reduction.html",
   "meta": {}
 }
\ No newline at end of file