Data-intensive Text Processing With Mapreduce - Jimmy Lin

Data-intensive Text Processing With Mapreduce

Jimmy Lin

出版时间

2010-04-29

ISBN

9781608453429

评分

★★★★★

标签

算法

书籍介绍

Our world is being revolutionized by data-driven methods: access to large amounts of data has generated new insights and opened exciting new opportunities in commerce, science, and computing applications. Processing the enormous quantities of data necessary for these advances requires large clusters, making distributed computing paradigms more crucial than ever. MapReduce is a programming model for expressing distributed computations on massive datasets and an execution framework for large-scale data processing on clusters of commodity servers. The programming model provides an easy-to-understand abstraction for designing scalable algorithms, while the execution framework transparently handles many system-level details, ranging from scheduling to synchronization to fault tolerance. This book focuses on MapReduce algorithm design, with an emphasis on text processing algorithms common in natural language processing, information retrieval, and machine learning. We introduce the notion of MapReduce design patterns, which represent general reusable solutions to commonly occurring problems across a variety of problem domains. This book not only intends to help the reader "think in MapReduce", but also discusses limitations of the programming model as well.

目录
1.Introduction
2.MapReduce Basics
3.MapReduce Algorithm Design
4. Inverted Indexing for Text Retrieval
5.Graph Algorithms

显示全部
用户评论
感觉说得抽象啊……这MapReduce看不到实体、不用实验,讲得难懂;或者是这方面基础知识太差了,不适合这本儿入门儿。弃。
不可多得的好书,讲解文本处理中的常用算法如何使用MapReduce实现,有配套的相关代码,理论和代码都很有价值。
很好读,有例子。
读了2/3
对于MapReduce的初学者很有帮助,帮助读者建立MapReduce的思维方式
很干,终于有点分布式的感觉了
2012-11-17 来湾区面试的飞机上看的
收藏