You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/06/22 07:54:36 UTC

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #3033: [QUESTION] how to add a worker server

dailidong commented on issue #3033:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3033#issuecomment-647350736


   1、Create deployment user and hosts mapping, please refer 1.3 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/1.2.0/user_doc/cluster-deployment.html)
   
   2、Configure hosts mapping and ssh access and modify directory permissions. please refer 1.4 part of  [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/1.2.0/user_doc/cluster-deployment.html)
   
   3、copy the deployment directory from worker server that has already deployed
   
   4、go to bin dir, then start worker server and logger server
   ./dolphinscheduler-daemon.sh start worker-server
   ./dolphinscheduler-daemon.sh start logger-server
   
   ---
   
   1、参考官网[部署文档](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html) 1.3 小节,创建部署用户和hosts映射
   
   2、参考官网[部署文档](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html) 1.4 小节
   
   3、复制正在运行的服务器上的部署目录到新机器的同样的部署目录下
   
   4、到bin下,启动worker server 和 logger server
   ./dolphinscheduler-daemon.sh start worker-server
   ./dolphinscheduler-daemon.sh start logger-server
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org