일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 컴퓨터공학
- Python
- 자바
- 글또
- node.js
- 운영체제
- 비동기
- 코드스테이츠
- algorithm
- 알고리즘
- Zerobase
- java
- 개발공부
- execution context
- JavaScript
- 프로그래머스
- REACT
- python algorithm
- context switching
- useState
- 파이썬 알고리즘 인터뷰
- 파이썬
- react 기초
- Operating System
- typeScript
- 자료구조
- codestates
- Computer Science
- OS
- 자바스크립트
Archives
- Today
- Total
목록MapReduce (1)
Back to the Basics
[Computer Science] MapReduce Model 이란?
본론으로 들어가기 전에 MapReduce Model을 구글링 해보니 먼저 Apache hadoop과 관련이 있으므로 이 Hadoop이라는 놈부터 간단하게 알아보자. Hadoop 공식 홈페이지에서 소개하는 글은 이러하다. "The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. "이라고 한다. 즉, Apache Hadoop 은 대량의 데이터의 병렬 처리를 위한 framework이다. 주로 빅데이터 분석을 위해 사용한다고 한다. 쉽게 말하면, 대용량의 데이..
Computer Science
2021. 8. 5. 21:52