본문 바로가기

한글 자료

Practical MapReduce

Practical MapReduce
http://www.jco.or.kr/conference/data/10th/Merlin-4.zip
제 10회 한국자바개발자 컨퍼런스에서 Google에서 일하시는 최영님이 발표하신 자료입니다.

Ice Breaking
Overview
What is MapReduce?
Motivation
MapReduce Provides
Programming Model
Count word Example
Google Web Search Example
PageRank: pages-> (url, score) list
Indexing: scored pages -> (query, url) list
Running MapReduce
As a result ... Google search!
How to use Map Reduce?
Run binary Via C++
Load Binary via Java or Some Language
Use Sawzall Script
Sawzall Exmaple
Let's make life easy
What's next with MapReduce?
Locality
Fault tolerance
Optimizations
MapReduce Conclusions



'한글 자료' 카테고리의 다른 글

Continuous Integration with Hudson  (0) 2010.03.16
차세대 배치 시스템 구축 성공 전략  (0) 2010.03.15
Head First Hadoop  (0) 2010.03.15
NHN 기술개방 현황과 nFORGE 개발 이야기  (0) 2010.03.15
아키텍트로 가는 길  (0) 2010.03.12