Architecting HBase applications a guidebook for successful development and design

Lots of HBase books, online HBase guides, and HBase mailing lists/forums are available if you need to know how HBase works. But if you want to take a deep dive into use cases, features, and troubleshooting, Architecting HBase Applications is the right source for you. With this book, you’ll learn a c...

Descripción completa

Detalles Bibliográficos
Otros Autores: Spaggiari, Jean-Marc, author (author), O'Dell, Kevin, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing, [China] : O'Reilly 2016.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629872606719
Tabla de Contenidos:
  • Part 1. Introduction to HBase. What is HBase?
  • HBase principles
  • HBase ecosystem
  • HBase sizing and tuning overview
  • Environment setup
  • Part 2. Use cases. Use case: HBase as a system of record
  • Implementation of an underlying storage engine
  • Use case: near real-time event processing
  • Implementation of near real time event processing
  • Use case: HBase as a master data management tool
  • Implementation of HBase as a master data management tool
  • Use case: document store
  • Implementation of document store
  • Part 3. Troubleshooting. Too many regions
  • Too many column families
  • Hotspotting
  • Timeouts and garbage collection
  • HBCK and inconsistencies.