08 2022 档案
摘要:一、Linux 环境安装 (CentOS 7) 官网下载地址:https://www.oracle.com/java/technologies/downloads/#java8-linux 1.下载对应版本软件包上传软件包到系统对应目录 yum install -y lrzsz tar rz # 上
阅读全文
摘要:1.安装 rsync远程同步工具 yum install -y rsync 2.需要在etc/hosts 中添加映射 (每台都配置) vim /etc/hosts # 添加相关hosts映射 192.168.175.51 hadoop51 192.168.175.52 hadoop52 192.16
阅读全文