摘要: 日志聚集概念:应用运行完成以后,将程序运行日志信息上传到HDFS系统上。 日志聚集功能好处:可以方便地查看到程序运行详情,方便开发调试。 注意:开启日志聚集功能,需要重新启动NodeManager 、ResourceManager和HistoryServer。 [hadoop@hadoop101(1 阅读全文
posted @ 2025-09-18 13:41 wh459086748 阅读(15) 评论(0) 推荐(0)
摘要: 为了查看程序的历史运行情况,需要配置一下历史服务器。 [hadoop@hadoop101(192.168.0.101) ~]$ cd /opt/module/hadoop-3.3.4/etc/hadoop/ [hadoop@hadoop101(192.168.0.101) /opt/module/h 阅读全文
posted @ 2025-09-18 13:40 wh459086748 阅读(13) 评论(0) 推荐(0)
摘要: 一、环境准备(centos7.9) #1、关闭防火墙 [root@localhost ~]# systemctl stop firewalld [root@localhost ~]# systemctl disable firewalld #2、关闭selinux [root@localhost ~ 阅读全文
posted @ 2025-09-16 15:33 wh459086748 阅读(35) 评论(0) 推荐(0)
摘要: 背景: 晚11点客户反馈,发送短信收不到了 问题现象: 查看短信服务日志,发现日志提示: RocketMqMsgSender.java:41 - 发送短信消息到消息队列失败,CODE: 14 DESC: service not available now. It may be caused by o 阅读全文
posted @ 2025-09-15 10:30 wh459086748 阅读(49) 评论(0) 推荐(0)
摘要: 一、创建新环境 打开终端,输入以下命令(conda create -n 环境名 python=版本) conda create -n py37 python=3.7 这将创建一个名为"py37"的新环境,并安装Python 3.7 输入y,点击enter,等待加载结束即可 二、激活环境 conda 阅读全文
posted @ 2025-08-21 13:59 wh459086748 阅读(22) 评论(0) 推荐(0)
摘要: etcd下载地址:https://github.com/etcd-io/etcd/releases 1、只查看 Key 列表 作用:只列出 key,不显示 value。 使用场景:👉 快速浏览 ETCD 中有哪些 key,适合做全局排查。 [yunwei@localhost etcd-v3.6.2 阅读全文
posted @ 2025-08-21 11:23 wh459086748 阅读(44) 评论(0) 推荐(0)
摘要: 背景: 本月MSE生产环境提示nacos即将过期,阿里云将不维护,故决定对本地测试环境的nacos服务端进行升级,升级至MSE维护最新版2.3.2进行系统兼容性测试。 测试环境的nacos部署在阿里云ack,数据(/home/nacos/data)、日志(/home/nacos/logs)目录进行了 阅读全文
posted @ 2025-04-29 14:00 wh459086748 阅读(145) 评论(0) 推荐(0)
摘要: 背景: 今天,开发反馈开发环境的日志没有了。 问题现象: kibana无最新日志。 查看elk各个容器,发现容器启动正常 64e4553efa33 kibana:7.6.0 "/usr/local/bin/dumb…" 2 months ago Up 3 days 0.0.0.0:5601->560 阅读全文
posted @ 2025-02-13 14:14 wh459086748 阅读(177) 评论(0) 推荐(0)
摘要: 第一步:进入jenkins的插件地址 https://plugins.jenkins.io/ (有时加载会慢,等等就会加载出来,加载不出来的话,就使用梯子) 第二步:搜索插件 第三步:选择插件 第四步:查看详情页 第五步:下载插件 如果是下载当前插件的话,直接点击direct link 如果要下载之 阅读全文
posted @ 2024-10-22 16:45 wh459086748 阅读(902) 评论(0) 推荐(0)
摘要: 背景: 为了使用allure插件,需要对jenkins进行重启。 jenkins部署在k8s集群中。 对jenkins的工作目录进行了挂载。 问题现象: jenkins重启后,原有的流水线都没有了。并且新建的时候,也看不见流水线选项。 jenkins日志提示: jenkins.InitReactor 阅读全文
posted @ 2024-10-22 16:09 wh459086748 阅读(596) 评论(0) 推荐(0)
摘要: 问题现象: 0/2 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. preemption: 0/2 nodes are available: 2 No preemption vict 阅读全文
posted @ 2024-08-13 16:15 wh459086748 阅读(438) 评论(0) 推荐(0)
摘要: 安装字体 第一步: sudo yum install fontconfig sudo yum install mkfontscale 安装完命令,会自动生成出/usr/share/fonts目录 第二步: mkdir /usr/share/fonts/chinese 第三步: rz 字体包 [tes 阅读全文
posted @ 2024-07-26 15:42 wh459086748 阅读(528) 评论(0) 推荐(0)
摘要: 参考地址:https://blog.csdn.net/weixin_57293818/article/details/132810633 下载包 wget https://launchpad.net/safe-rm/trunk/1.1.0/+download/safe-rm-1.1.0.tar.gz 阅读全文
posted @ 2024-06-29 13:46 wh459086748 阅读(98) 评论(0) 推荐(0)
摘要: 问题现象: [2024-06-22T09:26:50,692][ERROR][o.e.b.Elasticsearch ] [platformdb] node validation exception [1] bootstrap checks failed. You must address the 阅读全文
posted @ 2024-06-22 09:33 wh459086748 阅读(55) 评论(0) 推荐(0)
摘要: [root@localhost sbin]# rabbitmqctl status escript: exception error: undefined function rabbitmqctl_escript:main/1 in function escript:run/2 (escript.e 阅读全文
posted @ 2024-06-12 10:42 wh459086748 阅读(195) 评论(0) 推荐(0)