Set up hadoop,zookeeper,kafka in the environment of data warehouse collection
Set up hadoop,zookeeper,kafka in the environment of data warehouse collection
Previous Aliyun ECS environment has been installed, now start to formally set up the project environment
hadoop installation configuration
1. Cluster Planning
Server hadoop102Server hadoop103Server hadoop104HDFSNameNodeDataNodeDataNodeDataNodeSecondaryNameNod ...
Posted by SamShade on Sun, 17 Oct 2021 18:27:08 +0200
ZFKC principle and source code analysis
principle
summary
NameNode active / standby switchover is mainly realized by three components: ZKFailoverController, HealthMonitor and ActiveStandbyElector. HealthMonitor is responsible for monitoring the health of NN, starting a thread to send rpc request, confirming the NN status according to the response, and notifying zkfc through cal ...
Posted by bob2006 on Fri, 08 Oct 2021 11:02:51 +0200
Hive3.X high availability deployment
1, Deployment planning
hadoop high availability cluster deployment reference: Hadoop 3. X distributed high availability cluster deployment
1.1 version description
Softwareeditionoperating systemCentOS Linux release 7.8.2003 (Core)JAVAjdk-8u271-linux-x64Hadoophadoop-3.2.2Hivehive-3.1.2
1.2 cluster planning
hive remote mode & & hivese ...
Posted by ernielou on Mon, 04 Oct 2021 19:56:52 +0200
How to connect hbase stand-alone version (using external zk) and java api
How to connect hbase stand-alone version (using external zk) and java api
0 create modify information
timecontentremarks20210927create documents
0 version
Component nameeditionDownload addressoperating systemcentos7CentOS-7-x86_64-DVD-2009.isojdk1.8jdk-8u301-linux-x64.tar.gzhadoop3.0.0hadoop-3.0.0.tar.gzzookeeper3.4.5zookeeper-3.4.5.tar.gzhb ...
Posted by Savahn on Sat, 02 Oct 2021 03:07:21 +0200
Configuring eclipse development environment with hadoop
Configuring eclipse development environment with hadoop
1, Foreword
Due to the learning needs of my junior year and the vagueness of the online tutorials, I have taken a lot of detours. Therefore, I write this blog. This article is for reference only. If there are deficiencies, I hope to point out.
2, Install eclipse
1. Download eclipse jee ...
Posted by rdawson on Fri, 01 Oct 2021 02:10:23 +0200
2021SC@SDUSC HBase project analysis: installation, configuration and division of labor
2021SC@SDUSC
catalogue
HBase overview
HBase cluster installation
Hadoop installation and configuration
ZooKeeper installation and configuration
Hbase installation and configuration
Hbase source code download
Intra group division of labor
2021SC@SDUSC
HBase overview
HBase is a distributed, high reliable The NoSQL ...
Posted by Jordi_E on Tue, 28 Sep 2021 19:54:25 +0200
Production optimization of Hadoop
HDFS troubleshooting
1. NameNode fault handling
Requirements: The NameNode process hangs and the stored data is lost. How to recover the NameNode fault simulation
kill -9 NameNode processDelete data stored in NameNode:[codecat@hadoop102 dfs]$ rm -rf /opt/module/hadoop-3.1.3/data/dfs/name/*
Solution
Copy the data in the SecondaryNa ...
Posted by DaveMate on Mon, 27 Sep 2021 12:41:22 +0200
From Hadoop high availability to HBase environment construction
From Hadoop high availability to HBase environment construction (in virtual machine)
Objective: to build and install HBase in the environment
Idea: after completing the basic configuration of the master master, use cloning to complete the high availability cluster
1. Configure network
First, check the network address of the local computer ...
Posted by detrox on Tue, 21 Sep 2021 05:05:35 +0200
[Hard Hadoop] Getting started with HADOOP: Set up centos using the installation Hadoop runtime environment
This article is about Learning Guide for Big Data Specialists from Zero (Full Upgrade) Added in part by Haop.
1. Template Virtual Machine Environment Preparation
0) Install template virtual machine, IP address 192.168.10.100, host name hadoop100, memory 4G, hard disk 50G
1) The configuration requirements for hadoop100 virtual machine are a ...
Posted by fael097 on Tue, 21 Sep 2021 03:32:56 +0200
Hadoop source code compilation
No one has to help you. Everything has to be done by yourself
Hadoop source code compilation
preparation
(1) CentOS networking
Configure CentOS to connect to the Internet. Linux virtual machine ping is smooth
Note: use root role compilation to reduce the folder permissions
(2) jar package preparation (hadoop source code, JDK8, maven, ant, p ...
Posted by henryblake1979 on Tue, 30 Jun 2020 10:51:58 +0200