Fastdfs installation, configuration and use
0. All my software download directories are in the software directory
mkdir -p /usr/local/fastdfs
cd /usr/local/fastdfs/
1. Install gcc on Linux machine
yum -y install cmake make gcc-c++
1, Install core library
1.1 installation version
#Official website
https://github.com/happyfish100
fastdfs-6.06.tar.gz
libfastcommon-1.0.43.tar.gz
fa ...
Added by reecec on Wed, 02 Mar 2022 07:05:53 +0200
Hadoop cluster construction (super detailed)
This article is a little long, I hope you guys will forgive me!!!
Required installation packages: jdk-8u162-linux-x64.tar.gz (extraction code: 6k1i) hadoop-3.1.3.tar.gz (extraction code: 07p6)
1. Cluster planning
Install VMware and use three Ubuntu 18 04 virtual machine cluster construction. The following is the planning of each virtual mach ...
Added by ronnie88 on Thu, 17 Feb 2022 18:55:29 +0200