logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Prometheus监控cpu+disk+filesystem+memory+network资源

文章目录1.概念2.CPU2.1 查看node_exporter采集cpu数据2.2 Prometheus 页面查询2.2.1 CPU 在每种模式下工作的秒数2.2.2 获取cpu众多值中的一个2.2.3 获取1m中内的数据变化通过increase()2.2.4 获取1m中内的数据变化和2.2.5 获取1m中内指定job的数据变化和2.2.6 将sum加和一起的数值按照指定的方式进行一层拆分2.2

Hue-release-4.3.0编译安装

文章目录准备准备下载:wget https://github.com/cloudera/hue/archive/release-4.3.0.tar.gz搭建maven环境:https://blog.csdn.net/Happy_Sunshine_Boy/article/details/91375219

Win10将IDEA项目上传GitHub

win10本地安装git参考:https://blog.csdn.net/Happy_Sunshine_Boy/article/details/88736706设置git全局用户名和邮箱IDEA中设置Git,在File–>Setting->Version Control–>Git–>Path to Git executable选择git安装后的git.exe文件,然...

Ambari2.5.2+HDP2.6.2+Centos7.3离线大数据平台搭建

文章目录1. 介绍1.1 Ambari1.2 HDP1.3 HDP-UTILS2. 准备工作2.1 Ambari-HDP版本介绍2.2 搭建环境准备2.2.1 软件要求2.2.2 软件下载2.3 集群节点规划准备3. 搭建虚拟机3.1 搭建yum.hdp虚拟机3.2 配置yum.hdp虚拟机3.2.1 配置静态IP3.2.2 防火墙设置3.2.3 设置hostname3.2.4 设置阿里开源镜像y

CentOS7详细搭建Gitlab服务

文章目录1.环境准备2.yum源配置3.安装Gitlab4.配置启动5.访问服务版本1.环境准备# 操作系统信息[root@gitlab ~]# cat /etc/redhat-releaseCentOS Linux release 7.8.2003 (Core)[root@gitlab ~]# uname -r3.10.0-1127.el7.x86_64# 关闭防火墙[root@gitlab ~

python2程序完成MapReduce wordcount任务

文章目录1.Mapper任务2.Reduce任务3.wordcount3.1 本地运行任务3.2 集群运行任务1.Mapper任务#!/usr/bin/env python# -*- coding:utf-8 -*-import sys# 从标准输入中读取一行for line in sys.stdin:# 拆分每一行中的单词words = line.split...

#python#mapreduce
win10 python3.7环境下安装ldap

检查python pip安装支持版本C:\Users\tanggaomeng>pythonPython 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] :: Anaconda, Inc. on win32Type "help", "copyright", "credits" or "licens...

#python
Apache Ambari-2.7.3+Centos7离线安装

1. 介绍1.1 AmbariAmbari 跟 Hadoop 等开源软件一样,也是 Apache Software Foundation 中的一个项目,并且是顶级项目。就 Ambari 的作用来说,就是创建、管理、监视 Hadoop 的集群,但是这里的 Hadoop 指的是 Hadoop 整个生态圈(例如 Hive,Hbase,Sqoop,Zookeeper 等), 而并不仅是特指 Hado...

Kube-prometheus部署Ingress为Prometheus-Grafana开启https

文章目录1.生成私钥2.使用 prometheusTLS.key 生成自签证书3.Kubernetes操作4.ingress.yaml1.生成私钥mkdir ~/prometheus-ingress生成私钥 prometheusTLS.key, 密钥位数是 2048openssl genrsa -out prometheusTLS.key 20482.使用 prometheusTLS.key 生成

解决从k8s.gcr.io拉取Zookeeper镜像失败问题

文章目录问题:解决办法问题:在k8s集群中搭建Zookeeper集群时,参考搭建步骤:https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/,需要下载Zookeeper镜像:k8s.gcr.io/kubernetes-zookeeper:1.0-3.4.10,但是从k8s.grc.io仓库拉取镜像失败:解决办法doc

#kubernetes#zookeeper
暂无文章信息