当前位置:网站首页>Cartoon: what is MapReduce?
Cartoon: what is MapReduce?
2022-07-05 16:09:00 【Small ash】
————— the second day —————
————————————
What is? MapReduce?
MapReduce It's a programming model , The theory comes from Google Three papers published by the company (MapReduce,BigTable,GFS) One of , It is mainly used in parallel computing of massive data .
MapReduce Can be divided into Map and Reduce Two parts of understanding .
1.Map: Mapping process , Put a set of data in a certain way Map Functions map to new data .
2.Reduce: Reduction process , Several groups of mapping results are summarized and output .
Let's look at a practical chestnut , How to efficiently count the number of people with all surnames in the country ?
We can use MapReduce Thought , Do parallel mapping for the population of each province , Some local results are obtained , And then sort out and summarize these local results :
What does this picture mean ? Let's explain the steps :
1.Map:
In provinces , Multiple threads read the population data of different provinces in parallel , Each record generates a Key-Value Key value pair . Here's just simplified data .
2.Shuffle
Shuffle This concept has not been mentioned before , Its Chinese meaning is “ Shuffle ”.Shuffle The process is to sort the data maps 、 grouping 、 Copy .
3.Reduce
Results grouped before execution , And summarize and output .
It should be noted that , Described here Shuffle It's just an abstract concept , In the course of actual implementation Shuffle It's divided into two parts , Part of it is Map In the task , Part of it is Reduce In the task .
Hadoop How to achieve MapReduce?
Hadoop yes Apache A distributed system framework developed by the foundation , Contains multiple components , Its core is HDFS and MapReduce.
For reasons of length , The text won't be right Hadoop Make a complete introduction , Just a brief introduction to Haddoop How to achieve MapReduce.
Here is the graph Hadoop The framework performs a MapReduce Job The whole process :
There are several entities that need to be explained :
HDFS:
Hadoop Distributed file system , by MapReduce Provide data sources and Job Information storage .
Client Node:
perform MapReduce Process of procedure , To submit MapReduce Job.
JobTracker Node:
Put the whole Job Split into several Task, Responsible for dispatching and coordinating all Task, amount to Master Role .
TaskTracker Node:
Responsible for the execution by JobTracker Assigned Task, amount to Worker Role . Of these Task It is divided into MapTask and ReduceTask.
Last , I wish you guys who aspire to be big data engineers , And all the readers of Xiaohui , Achieve your dream in the new year !
—————END—————
边栏推荐
- obj集合转为实体集合
- 力扣今日题-729. 我的日程安排表 I
- Value series solution report
- Codasip adds verify safe startup function to risc-v processor series
- Appium automation test foundation - appium basic operation API (II)
- Use of set tag in SQL
- 漫画:什么是蓝绿部署?
- Quick completion guide for manipulator (IX): forward kinematics analysis
- 漫画:什么是MapReduce?
- APICloud云调试解决方案
猜你喜欢
vlunhub- BoredHackerBlog Social Network
The OBD deployment mode of oceanbase Community Edition is installed locally
18.[stm32] read the ROM of DS18B20 temperature sensor and realize multi-point temperature measurement
一文搞定vscode编写go程序
五种常见的咨询公司谈判策略以及如何维护自己的利益
示例项目:简单的六足步行者
ES6 drill down - ES6 generator function
降本40%!Redis多租户集群的容器化实践
Batch update in the project
开发中Boolean类型使用遇到的坑
随机推荐
Boost the development of digital economy and consolidate the base of digital talents - the digital talent competition was successfully held in Kunming
list集合根据对象某属性求和,最大值等
Dataarts studio data architecture - Introduction to data standards
Why should we learn mathematical modeling?
19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)
漫画:什么是八皇后问题?
List de duplication and count the number
Transaction rollback exception
Data communication foundation - Ethernet port mirroring and link aggregation
Find the root of the following equation by chord cutting method, f (x) =x^3-5x^2+16x-80=0
vulnhub-FirstBlood
项目中批量update
【网易云信】超分辨率技术在实时音视频领域的研究与实践
一键安装脚本实现快速部署GrayLog Server 4.2.10单机版
Appium automation test foundation - appium basic operation API (II)
ES6深入—ES6 Generator 函数
list使用Stream流进行根据元素某属性数量相加
修改pyunit_time使得其支持‘xx~xx月’的时间文本
Arduino控制微小的六足3D打印机器人
Cs231n notes (medium) -- applicable to 0 Foundation