Haoop 3.1.2 HA High Availability Buildings

Official Documents https://hadoop.apache.org/docs/r3.1.1/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html#Configuration_details ** 1. Resource Role Planning ** ** 2. Configuration ** 2.1 Backup of fully distributed cluster. If you ...

Posted by ONiX on Thu, 05 Sep 2019 09:08:19 +0200

Offline Merchandise Recommendation System (Item-based Collaborative Filtering + MapReduce)

Data Acquisition Section Information Records of Users Browsing Items User Id Commodity Id Commodity types Add time userId itemId itemType time Information Record of User Collections User Id Id of Collection Goods Collection time userId collerctId c ...

Posted by regprick on Tue, 03 Sep 2019 05:09:56 +0200

Flink Initial Notes: Flink Installation Deployment

Articles Catalogue 1. Install flink (1) 2. Flnk Standalone mode deployment 2.1. Modify configuration files 3. YARN mode installation 3.1. Hadoop Installation 3.1.1. Hadoop download and decompression 3.1.2. Configuration of Hadoop configuration file 3.1.3. Start hadoop 3.1.4. The process of starting ...

Posted by contra10 on Sat, 10 Aug 2019 14:57:59 +0200

mapreduce quadratic sorting

1 quadratic ranking 1.1 Thought The so-called secondary sorting uses the second field to sort the same data in the first field. For example, the e-commerce platform records the amount of each order for each user. Now it requires all orders belonging to the same user to be sorted, and the user name of th ...

Posted by steply on Thu, 08 Aug 2019 12:00:03 +0200

wordcount of Mapreduce implemented by python

Articles Catalogue introduce Hadoop Stream The Role of Streaming Limitations of Streaming Relevant parameters of Streaming command Python implements MapReduce's WordCount introduce Hadoop is the foundation project of Apache, which solves the problem of long data processing time. MapReduce par ...

Posted by ryanb on Wed, 31 Jul 2019 16:54:25 +0200

Construction of Pseudo-Distribution Environment for Configuring Hadoop under Linux

View jps[root@master ~]# jps 7445 Jps If this happens, you can move on to the next step. If not, please refer to jdk environment construction Import the Hadoop package and place it in the / opt directory Check if the Hadoop package is imported [root@master ~]# cd /opt [root@master opt]# ll total 4 ...

Posted by angelssin on Wed, 31 Jul 2019 15:20:34 +0200

Hadoop-HA Cluster Building-rehl7.4

Hadoop-HA Cluster Building-rehl7.4 hadoop There is no indication that other machine operations need to be logged in. They are all commands executed on cluster HD-2-101. All installation package addresses: Baidu Disk Extraction code: 24oy   1. Basic Environment Configuration 1.1 Cloning Virtual Machine 1.2 Modify static IP ...

Posted by root on Sat, 27 Jul 2019 07:40:49 +0200

Some Notices for Hadoop Learning-mapreduce

Some Notices for Hadoop Learning (4)-mapreduce Some details about mapreduce If you pack the mapreduce program into liux and run it, Command java - cp xxx.jar main class name If the error is reported, it means that there is a lack of relevant dependent jar packages Use the command hadoop jar xxx.jar class name because when the client main method ...

Posted by toddg on Thu, 25 Jul 2019 07:35:47 +0200

Detailed description of HDFS balance source program

Recently, cluster storage has been skewed, with individual node storage exceeding 85%. After balancer is started, the effect is obvious, but sometimes balancer startup can not solve the problem. From the operation and maintenance stage, we know that there is such a balancer. Today, we finally hold our breath to see what happened to the balance ...

Posted by ntjang on Sat, 06 Jul 2019 01:33:08 +0200

Hadoop Introductory Basic Tutorial Hadoop's Server Foundation Environment Construction

This paper demonstrates user configuration, sudo privilege configuration, network configuration, firewall closure, JDK tool installation and so on with K-Master server infrastructure configuration as an example. Users need to complete the basic environment configuration of KVMSlave 1 ~ KVMSlave 3 servers by referring to the following steps. ...

Posted by id10t on Wed, 03 Jul 2019 20:04:30 +0200