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

본론으로 들어가기 전에 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