From 90ce3a86f6018a6f5c085eb3148cf65bbbd0daba Mon Sep 17 00:00:00 2001 From: xking Date: Thu, 18 Apr 2024 10:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dolphinscheduler/dolphinscheduler-集群部署.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dolphinscheduler/dolphinscheduler-集群部署.md b/dolphinscheduler/dolphinscheduler-集群部署.md index 35b0aea..7331cc0 100644 --- a/dolphinscheduler/dolphinscheduler-集群部署.md +++ b/dolphinscheduler/dolphinscheduler-集群部署.md @@ -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` 目录为源目录 不能删除