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/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8f2a520  Automated deployment: 9623acceac2a72c69f8c5b178eeef2587f819cc6
8f2a520 is described below

commit 8f2a520399c203f31e02e6b89e6a40d9969a4a3c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 21 01:49:49 2022 +0000

    Automated deployment: 9623acceac2a72c69f8c5b178eeef2587f819cc6
---
 en-us/docs/release/faq.html | 14 ++++++++++++++
 en-us/docs/release/faq.json |  2 +-
 zh-cn/docs/release/faq.html | 14 ++++++++++++++
 zh-cn/docs/release/faq.json |  2 +-
 4 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/en-us/docs/release/faq.html b/en-us/docs/release/faq.html
index 5ffe41a..7c9a29e 100644
--- a/en-us/docs/release/faq.html
+++ b/en-us/docs/release/faq.html
@@ -412,6 +412,20 @@ For example, sudo permission management configuration 
dolphinscheduler OS accoun
 sed -i &#x27;s/Defaults    requirett/#Defaults    requirett/g&#x27; 
/etc/sudoers
 </code></pre>
 <hr>
+<h2>Q:Deploy for multiple YARN clusters</h2>
+<p>A:By deploying different worker in different yarn clusters,the steps are as 
follows(eg: AWS EMR):</p>
+<ol>
+<li>
+<p>Deploying the worker server on the master node of the EMR cluster</p>
+</li>
+<li>
+<p>Changing <code>yarn.application.status.address</code> to current emr's yarn 
url in the <code>conf/common.properties</code></p>
+</li>
+<li>
+<p>Execute command <code>bin/dolphinscheduler-daemon.sh start 
worker-server</code> and <code>bin/dolphinscheduler-daemon.sh start 
logger-server</code> to start worker-server and logger-server</p>
+</li>
+</ol>
+<hr>
 <h2>We will collect more FAQ later</h2>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/release/faq.json b/en-us/docs/release/faq.json
index f0c44e9..6d0e83e 100644
--- a/en-us/docs/release/faq.json
+++ b/en-us/docs/release/faq.json
@@ -1,6 +1,6 @@
 {
   "filename": "faq.md",
-  "__html": "<!-- markdown-link-check-disable -->\n<h2>Q: What's the name of 
this project?</h2>\n<p>A: DolphinScheduler</p>\n<hr>\n<h2>Q: DolphinScheduler 
service introduction and recommended running memory</h2>\n<p>A: 
DolphinScheduler consists of 5 services, MasterServer, WorkerServer, ApiServer, 
AlertServer, LoggerServer and 
UI.</p>\n<table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MasterServer</td>\n<td>Mainly
 responsible for DAG segm [...]
+  "__html": "<!-- markdown-link-check-disable -->\n<h2>Q: What's the name of 
this project?</h2>\n<p>A: DolphinScheduler</p>\n<hr>\n<h2>Q: DolphinScheduler 
service introduction and recommended running memory</h2>\n<p>A: 
DolphinScheduler consists of 5 services, MasterServer, WorkerServer, ApiServer, 
AlertServer, LoggerServer and 
UI.</p>\n<table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MasterServer</td>\n<td>Mainly
 responsible for DAG segm [...]
   "link": "/dist/en-us/docs/release/faq.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/release/faq.html b/zh-cn/docs/release/faq.html
index 8e301b7..9fdfd1b 100644
--- a/zh-cn/docs/release/faq.html
+++ b/zh-cn/docs/release/faq.html
@@ -397,6 +397,20 @@ A:1,编辑 ngnix 配置文件 vi /etc/nginx/nginx.conf,更改上传大小
 sed -i &#x27;s/Defaults    requirett/#Defaults    requirett/g&#x27; 
/etc/sudoers
 </code></pre>
 <hr>
+<h2>Q:Yarn多集群支持</h2>
+<p>A:将Worker节点分别部署至多个Yarn集群,步骤如下(例如AWS EMR):</p>
+<ol>
+<li>
+<p>将 Worker 节点部署至 EMR 集群的 Master 节点</p>
+</li>
+<li>
+<p>将 <code>conf/common.properties</code> 中的 
<code>yarn.application.status.address</code> 修改为当前集群的 Yarn 的信息</p>
+</li>
+<li>
+<p>通过 <code>bin/dolphinscheduler-daemon.sh start worker-server</code> 和 
<code>bin/dolphinscheduler-daemon.sh start logger-server</code> 分别启动 
worker-server 和 logger-server</p>
+</li>
+</ol>
+<hr>
 <p>我们会持续收集更多的 FAQ。</p>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><p [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/zh-cn/docs/release/faq.json b/zh-cn/docs/release/faq.json
index 4300868..6621dab 100644
--- a/zh-cn/docs/release/faq.json
+++ b/zh-cn/docs/release/faq.json
@@ -1,6 +1,6 @@
 {
   "filename": "faq.md",
-  "__html": "<!-- markdown-link-check-disable 
-->\n<h2>Q:项目的名称是?</h2>\n<p>A:DolphinScheduler</p>\n<hr>\n<h2>Q:DolphinScheduler
 服务介绍及建议运行内存</h2>\n<p>A:DolphinScheduler 由 5 
个服务组成,MasterServer、WorkerServer、ApiServer、AlertServer、LoggerServer 和 
UI。</p>\n<table>\n<thead>\n<tr>\n<th>服务</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MasterServer</td>\n<td>主要负责
 <strong>DAG</strong> 
的切分和任务状态的监控</td>\n</tr>\n<tr>\n<td>WorkerServer/LoggerServer</td>\n<td>主要负责任务的提交、执行和任务状态的更新。LoggerServer
 用于  [...]
+  "__html": "<!-- markdown-link-check-disable 
-->\n<h2>Q:项目的名称是?</h2>\n<p>A:DolphinScheduler</p>\n<hr>\n<h2>Q:DolphinScheduler
 服务介绍及建议运行内存</h2>\n<p>A:DolphinScheduler 由 5 
个服务组成,MasterServer、WorkerServer、ApiServer、AlertServer、LoggerServer 和 
UI。</p>\n<table>\n<thead>\n<tr>\n<th>服务</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MasterServer</td>\n<td>主要负责
 <strong>DAG</strong> 
的切分和任务状态的监控</td>\n</tr>\n<tr>\n<td>WorkerServer/LoggerServer</td>\n<td>主要负责任务的提交、执行和任务状态的更新。LoggerServer
 用于  [...]
   "link": "/dist/zh-cn/docs/release/faq.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to