添加目录

This commit is contained in:
xking 2024-04-18 10:40:33 +08:00
parent 5371abb806
commit 90ce3a86f6

View File

@ -1,7 +1,13 @@
# dolphinscheduler 集群部署
[TOC]
### 环境准备
#### 服务器部署
准备三台机器,用于安装 dolphinscheduler ,最好部署 在cdh 节点上(非必须)可以公用
1. hostname 与ip 映射
@ -11,7 +17,7 @@
准备好节点免密登录
#### 节点免密登录
1. 创建用户 dolphinscheduler ,切换用户至 dolphinscheduler
2. 创建密钥 三台机器都要dolphinscheduler执行`ssh-keygen ` 一路回车
@ -24,13 +30,11 @@
在三台机器 的 `/opt/` 创建 切换 `dolphinscheduler`目录,并将目录所有者设置为 `dolphinscheduler` 用户
下载源码
1. 登录 节点1 dolphinscheduler用户 并切换到 `~` 目录下,下载源码 `https://dlcdn.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz`
2. 解压到文件
`tar -zxvf https://dlcdn.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz`
`tar -zxvf https://dlcdn.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz`
`apache-dolphinscheduler-3.2.1-bin` 目录为源目录 不能删除