Hadoop: The Definitive Guide

Hadoop: The Definitive Guide
Authors
Tom White
ISBN
1449389732
Published
14 Oct 2010
Purchase online
amazon.com

If you store and process massive application datasets, from gigabytes to petabytes, Apache Hadoop is the perfect solution -- and Hadoop: The Definitive Guide is the most thorough resource you'll find on this remarkable framework. With this book, experienced programmers will find methods for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

If you store and process massive application datasets, from gigabytes to petabytes, Apache Hadoop is the perfect solution -- and Hadoop: The Definitive Guide is the most thorough resource you'll find on this remarkable framework. With this book, experienced programmers will find methods for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters.

This second edition covers recent changes to Hadoop in depth, including new features such as Hive, Sqoop, and Avro. You'll benefit from case studies that illustrate how Hadoop solves specific problems.

  • Use the Hadoop Distributed File System (HDFS) for storing large datasets, and use MapReduce to run distributed computations over those datasets
  • Become familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, and persistence
  • Discover common pitfalls and advanced features for writing real-world MapReduce programs
  • Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloud
  • Analyze datasets with Hive, Hadoop's data warehousing system
  • Use Pig, a high-level query language for large-scale data processing
  • Take advantage of HBase, Hadoop's database for structured and semi-structured data
  • Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems

"Now you have the opportunity to learn about Hadoop from a master -- not only of the technology, but also of common sense and plain talk."
--Doug Cutting, Cloudera

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill