MapReduce Model?

김보성·2021년 2월 7일
0

JavaScript

목록 보기
4/11

위키피디아에서는
"MapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster." 라고 한다.

mapreduce 프로그래밍은 map 절차와 reduce 절차로 구성되어 있다.
map는 filtering 과 sorting을 수행gk고 reduce는 요약(summary)한다.
mapreduce model은 데이터를 split-apply-combine 하는데 특화되어 있는 모델이다. mapreduce model 라이브러리는 많은 컴퓨터 언어로 쓰여져 있다.

<참고링크>
https://www.tutorialspoint.com/map_reduce/map_reduce_quick_guide.htm

profile
Boseong

0개의 댓글