上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 一、maven添加依赖 <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.8.2</version> </dependency> 二、在项目的 阅读全文
posted @ 2022-03-16 11:10 非帆丶 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash case $1 in "start"){ for i in hadoop102 hadoop103 hadoop104 do echo zookeeper $i 启动 ssh $i "/opt/module/zookeeper-3.5.7/bin/zkServer.sh st 阅读全文
posted @ 2022-03-15 15:02 非帆丶 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Zookeeper下载地址:https://archive.apache.org/dist/zookeeper/ 步骤一:安装 JDK 步骤二:拷贝 apache-zookeeper-3.5.7-bin.tar.gz 安装包到 Linux 系统下 步骤三:解压到指定目录 tar -zxvf apac 阅读全文
posted @ 2022-03-15 10:42 非帆丶 阅读(178) 评论(0) 推荐(0) 编辑
摘要: gitlab文档:https://docs.gitlab.cn/omnibus/settings/configuration.html#%E9%85%8D%E7%BD%AE%E5%A4%96%E9%83%A8-url 下载安装步骤: https://about.gitlab.cn/install/ 阅读全文
posted @ 2022-03-08 23:12 非帆丶 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 打开配置文件 vi /etc/sysconfig/jenkins 修改端口: JENKINS_PORT="8080"改成JENKINS_PORT="8088" 保存 service jenkins restart 阅读全文
posted @ 2022-03-08 16:21 非帆丶 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://hadoop.apache.org/docs/ 阅读全文
posted @ 2022-03-07 17:17 非帆丶 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 学习视频:https://study.163.com/course/courseLearn.htm?courseId=983014#/learn/video?lessonId=1159210&courseId=983014 环境变量调用循序: 用户登录后,首先读取的"/etc/profile"文件, 阅读全文
posted @ 2022-03-07 13:38 非帆丶 阅读(32) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1Qp4y1n7EN?p=29 免密登录原理: 1、在A服务器通过"ssh-key-gen"命令创建一对秘钥(一个是公钥、一个是私钥),私钥始终掌握在自己的服务器上。 2、把公钥发送给未来通信的对象,服务器B把服务器A公钥拷贝的已授权 阅读全文
posted @ 2022-03-05 20:12 非帆丶 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-04 10:18 非帆丶 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 学习视频:https://study.163.com/course/courseLearn.htm?courseId=983014#/learn/video?lessonId=1160215&courseId=983014 $*与$@的区别: 阅读全文
posted @ 2022-03-04 09:44 非帆丶 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页