일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 운영체제
- react 기초
- REACT
- Operating System
- 자료구조
- context switching
- 자바
- 글또
- java
- JavaScript
- 프로그래머스
- Python
- 파이썬
- Zerobase
- execution context
- 자바스크립트
- typeScript
- 컴퓨터공학
- useState
- 코드스테이츠
- 개발공부
- Computer Science
- 비동기
- codestates
- 알고리즘
- OS
- node.js
- 파이썬 알고리즘 인터뷰
- python algorithm
- algorithm
Archives
- Today
- Total
목록apache hadoop (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