Super simple centos7 configuration Hadoop 2.7.7 + flume 1.8.0 (including examples)
Super simple centos7 configuration Hadoop 2.7.7 + flume 1.8.0
Introduction of flume: https://blog.csdn.net/qq_40343117/article/details/100119574
1 - Download the installation package
Download address: http://www.apache.org/dist/flume/
Choose the ...
Posted by map200uk on Wed, 28 Aug 2019 04:57:15 -0700
CentOs 7 Installation docker Record
Record the next direct C, V use
Pre-examination
[root@web-95-61 /]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@web-95-61 /]# un ...
Posted by dhiren22 on Sun, 25 Aug 2019 21:17:51 -0700
Kubernetes Installation Handbook-kubeadm
10. Kubernetes Practice Papers
10.1) Three ways to install Kubernetes (officially available)
10.1.1)minikubeMinikube is a tool that allows you to quickly run a single Kubernetes locally and try it out with Kubernetes or users of everyday development.It cannot be used in a production environment.
Official documents:
https://kubernetes.io/docs/ ...
Posted by Spikey on Sun, 25 Aug 2019 11:15:58 -0700
Recovery of Table Volume by Using pg_repack
For some tables that often do archiver or purge operations, if we reclaim table space irregularly, the volume of tables will increase.
However, the vacuum full in pg will block the read and write operations in the process of recovery, and can not run directly in the production environment.
Therefore, in the production environment, the commonl ...
Posted by timvw on Sat, 24 Aug 2019 06:16:25 -0700
Detailed description of configuration RAID 0, RAID 1, RAID 5 in CentOS 7 (theory + practice)
Introduction to RAID
RAID is called Redundant Array of Independent Disks. The basic idea of RAID is to combine multiple disks into one disk array group, which greatly improves the performance. Initially, it was designed to combine small, inexpensive disks to replace large, expensive disks. At the same time, it was hoped that the disks would fa ...
Posted by mikesta707 on Sat, 24 Aug 2019 01:13:09 -0700
HELM that K8S has to learn
A basic concept
helm is similar to package manager under Linux system, such as yum/apt, which can deploy yaml files packaged before into kubernetes quickly and conveniently for management and maintenance.
helm: A command-line client tool for creating/packaging/publishing kubernetes application charts that have been created and managed and rem ...
Posted by sunwukung on Wed, 21 Aug 2019 00:25:52 -0700
Centos 7 Builds Nginx Website Server and Configures Virtual Host
Nginx is specially developed for performance optimization. Its greatest advantage is its stability and low system resource consumption, as well as its high processing capacity for concurrent http connections. A single physical server can support 20,000-50,000 concurrent requests. This is why it provides a large number of services such as socia ...
Posted by heropage on Tue, 20 Aug 2019 20:14:41 -0700
Start elasticsearch,kibana,cerebro with docker
Uninstall older versions of docker
Older versions of docker are called docker or docker-engine.If these are installed, uninstall them and their associated dependencies.
sudo yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
...
Posted by jokerbla on Sun, 18 Aug 2019 20:19:33 -0700
PHP-RPM Installation Guide (Useful for hands-on testing)
Note: This tutorial may have a lot of detours, but it is sure that the installation was successful. One problem is that the initial installation of the compiled instructions seems to be wrong, but it was corrected later, but this tutorial has encountered more than 10 problems and solved them, which has some reference and (django) It starts with ...
Posted by UKlee on Sun, 18 Aug 2019 09:44:28 -0700
MFS High Availability (pacemaker+corosync+vmfence+mfsmaster)
To be perfected...
Articles Catalogue
Experimental environment
pacemaker+corosync for high availability
Deployment of server1 and server4 host mfs master
Serr1 and server4 configure highly available yum sources
Install pacemaker+corosync on server ...
Posted by synical21 on Sat, 17 Aug 2019 07:17:34 -0700