HBase Essentials
- Length: 164 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2014-12-18
- ISBN-10: 1783987243
- ISBN-13: 9781783987245
- Sales Rank: #4380498 (See Top 100 Books)
A practical guide to realizing the seamless potential of storing and managing high-volume, high-velocity data quickly and painlessly with HBase
About This Book
- Learn how to use HBase efficiently to store and manage endless amounts of data
- Discover the intricacies of HBase internals, schema designing, and features like data scanning and filtration
- Optimize your big data management and BI using practical implementations
Who This Book Is For
This book is intended for developers and Big Data engineers who want to know all about HBase at a hands-on level. For in-depth understanding, it would be helpful to have a bit of familiarity with HDFS and MapReduce programming concepts with no prior experience with HBase or similar technologies. This book is also for Big Data enthusiasts and database developers who have worked with other NoSQL databases and now want to explore HBase as another futuristic, scalable database solution in the Big Data space.
In Detail
With an example-oriented approach, this book begins by providing you with a step-by-step learning process to effortlessly set up HBase clusters and design schemas. Gradually, you will be taken through advanced data modeling concepts and the intricacies of the HBase architecture. Moreover, you will also get acquainted with the HBase client API and HBase shell. Essentially, this book aims to provide you with a solid grounding in the NoSQL columnar database space and also helps you take advantage of the real power of HBase using data scans, filters, and the MapReduce framework. Most importantly, the book also provides you with practical use cases covering various HBase clients, HBase cluster administration, and performance tuning.
Table of Contents
Chapter 1: Introducing HBase
Chapter 2: Defining the Schema
Chapter 3: Advanced Data Modeling
Chapter 4: The HBase Architecture
Chapter 5: The HBase Advanced API
Chapter 6: HBase Clients
Chapter 7: HBase Administration