About this Book
Hadoop is an open source framework implementing the MapReduce algorithm behind Google’s approach to querying the distributed data sets that constitute the internet. This definition naturally leads to an obvious question: What are maps and why do they need to be reduced? Massive data sets can be extremely difficult to analyze and query using traditional mechanisms, especially when the queries themselves are quite complicated. In effect, the MapReduce algorithm breaks up both the query and the data set into constituent parts—that’s the mapping. The mapped components of the query can be processed simultaneously—or reduced—to rapidly return results.
This book teaches readers how to use Hadoop and write MapReduce programs. The intended ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access