HBase in Action with Free eBook

Nick Dimiduk; Amandeep Khurana
Manning Publications
9781617290527
1-61729-052-1

Summary HBase in Action has all the knowledge you need to design, build, and run applications using HBase. First, it introduces you to the fundamentals of distributed systems and large scale data handling..

read more…

Then, you'll explore real-world applications and code samples with just enough theory to understand the practical techniques. You'll see how to build applications with HBase and take advantage of the MapReduce processing framework. And along the way you'll learn patterns and best practices. About the Technology HBase is a NoSQL storage system designed for fast, random access to large volumes of data. It runs on commodity hardware and scales smoothly from modest datasets to billions of rows and millions of columns. About this Book HBase in Action is an experience-driven guide that shows you how to design, build, and run applications using HBase. First, it introduces you to the fundamentals of handling big data. Then, you'll explore HBase with the help of real applications and code samples and with just enough theory to back up the practical techniques. You'll take advantage of the MapReduce processing framework and benefit from seeing HBase best practices in action. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideWhen and how to use HBasePractical examplesDesign patterns for scalable data systemsDeployment, integration, and designWritten for developers and architects familiar with data storage and processing. No prior knowledge of HBase, Hadoop, or MapReduce is required. Table of ContentsPART 1 HBASE FUNDAMENTALSIntroducing HBaseGetting startedDistributed HBase, HDFS, and MapReducePART 2 ADVANCED CONCEPTSHBase table designExtending HBase with coprocessorsAlternative HBase clientsPART 3 EXAMPLE APPLICATIONSHBase by example: OpenTSDBScaling GIS on HBasePART 4 OPERATIONALIZING HBASEDeploying HBaseOperations