ruanwenjun commented on code in PR #11765:
URL: https://github.com/apache/dolphinscheduler/pull/11765#discussion_r962993517
##########
docs/docs/zh/faq.md:
##########
@@ -504,33 +527,49 @@ A: 1,用户修改了 api server 配置文件中的
Review Comment:
```suggestion
2,更新 google chrome 版本到最新版本。
```
##########
docs/docs/zh/faq.md:
##########
@@ -582,13 +621,26 @@ sed -i 's/Defaults requirett/#Defaults requirett/g'
/etc/sudoers
---
## Q:Yarn多集群支持
+
A:将Worker节点分别部署至多个Yarn集群,步骤如下(例如AWS EMR):
- 1. 将 Worker 节点部署至 EMR 集群的 Master 节点
+<<<<<<< HEAD
Review Comment:
Please resolve the conflicts.
##########
docs/docs/zh/faq.md:
##########
@@ -504,33 +527,49 @@ A: 1,用户修改了 api server 配置文件中的
---
## Q:创建 spark 数据源,点击“测试连接”,系统回退回到登入页面
+
A:1,edit /etc/nginx/conf.d/escheduler.conf
+
```
- proxy_connect_timeout 300s;
- proxy_read_timeout 300s;
- proxy_send_timeout 300s;
+proxy_connect_timeout 300s;
+proxy_read_timeout 300s;
+proxy_send_timeout 300s;
```
---
## Q:工作流依赖
+
A:1,目前是按照自然天来判断,上月末:判断时间是工作流 A start_time/scheduler_time between '2019-05-31
00:00:00' and '2019-05-31 23:59:59'。上月:是判断上个月从 1 号到月末每天都要有完成的A实例。上周: 上周 7
天都要有完成的 A 实例。前两天: 判断昨天和前天,两天都要有完成的 A 实例。
---
## Q:DS 后端接口文档
+
+<<<<<<< HEAD
A:1,http://106.75.43.194:8888/dolphinscheduler/swagger-ui/index.html?language=zh_CN&lang=zh。
+============================================================================================
+>>>>>>> 85200811c (Bump up dependencies to fix cves)
+
+A:1,http://106.75.43.194:8888/dolphinscheduler/doc.html?language=zh_CN&lang=zh。
Review Comment:
```suggestion
A:1,http://106.75.43.194:8888/dolphinscheduler/doc.html?language=zh_CN&lang=zh。
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]