Fork me on Gitee
摘要: 1. Influx介绍 InfluxDb是一个开源分布式时序、时间和指标数据库。采用Go语言编写。其设计目的是实现分布式和水平伸缩扩展,是InfluxData的核心产品之一。主要用于性能监控、应用程序指标、物联网传感器数据和实时分析的后端存储。完整的InfluxData上下游产业还包括了Chrono 阅读全文
posted @ 2022-06-14 17:17 shine-rainbow 阅读(1114) 评论(1) 推荐(1) 编辑
摘要: 1. Process Exporter简介 在Prometheus中,可以借助process-exporter用以检测所选进程的状态信息。 用法: process-exporter [options] -config.path filename.yml 若选择监控的进城并对其进行分组,可以使用命令行 阅读全文
posted @ 2022-06-14 11:34 shine-rainbow 阅读(6257) 评论(0) 推荐(1) 编辑
摘要: 1. Node Exporter简介 Node Exporter 主要采集主机的运行指标数据如cpu、内存、磁盘、网络等信息。 2. 安装Node Exporter # 下载 wget https://github.com/prometheus/node_exporter/releases/down 阅读全文
posted @ 2022-06-02 11:47 shine-rainbow 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 1.下载 wget https://mirrors.tuna.tsinghua.edu.cn/apache/hive/hive-3.1.2/apache-hive-3.1.2-bin.tar.gz 2. 解压并安装 tar -zxvf hive-3.1.2.tar.gz -C /usr/local 阅读全文
posted @ 2022-06-01 16:16 shine-rainbow 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 1. 卸载默认postgre数据库 # 查找 rpm -qa |grep postgres # 卸载 yum remove postgresql* 2.安装MySQL数据库 wget http://dev.mysql.com/get/mysql-community-release-el7-5.noa 阅读全文
posted @ 2022-05-25 17:42 shine-rainbow 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 1. 远程调试 1.远程调试动机 直接阅读源码,晦涩难懂,很难顺着某个方法追踪下去。 本地debug,环境搭建困难,平台兼容性等。 基于此:采用Debug方式启动Ambari-Server,使用IDEA远程连接到哦Ambari-Server,对Ambari-Server进行远程调试,追踪Ambari 阅读全文
posted @ 2022-04-21 10:57 shine-rainbow 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 1. 安装配置Ambari Server 安装Ambari-server cd apache-ambari-2.7.6-src/ yum install ambari-server/target/rpm/ambari-server/RPMS/x86_64/ambari-server*.rpm amb 阅读全文
posted @ 2022-04-20 11:46 shine-rainbow 阅读(2744) 评论(4) 推荐(0) 编辑
摘要: 0.编译环境和基本软件安装说明 cent os 7.5 maven 3.3.9 由于编译环境有关jar包不容易找到(storm-core-0.10.0.2.3.0.0-2557.jar、zookeeper-3.4.5.1.3.0.0-107.jar、zookeeper-3.4.6.2.3.0.0-2 阅读全文
posted @ 2022-04-15 15:37 shine-rainbow 阅读(2142) 评论(7) 推荐(0) 编辑
摘要: 1. 安装Nexus3 禁用防火墙 systemctl stop firewalld systemctl disable firewalld 拉取nexus镜像 docker pull sonatype/nexus3 配置外部挂在文件夹 mkdir -p /opt/nexus/data chmod 阅读全文
posted @ 2022-03-29 18:02 shine-rainbow 阅读(1201) 评论(0) 推荐(0) 编辑
摘要: 0. 环境资源规划 硬件资源配置单 硬件资源 配置 cpu 4核 内存 10G(至少6.5G) 硬盘 100G 软件资源配置单 软件资源 版本 Vmware fusion/workstation 15.0 cent os7 x86_64-Minimal-2009.iso(建议从阿里云镜像站下载) 网 阅读全文
posted @ 2022-03-22 17:02 shine-rainbow 阅读(370) 评论(0) 推荐(0) 编辑