Skip to content

tertiarycourses/ApacheHbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Apache Hbase Training

These are the exercise files used for Apache Hbase Training course.

The course outline can be found in

https://www.tertiarycourses.com.sg/apache-hbase-training.html

https://www.tertiarycourses.com.my/apache-hbase-training-malaysia.html

Day 1

Module 1 Hbase overview

  • What is Hbase
  • Introduction to Hbase

Module 2 Hbase Data Model

  • Designing Tables
  • Column Families
  • Cells and Version

 Module 3 Hbase Shell

  • Create Tables
  • Accessing Data in Tables
  • Administration
  • Scripting

Module 4 Hbase Architecture overview

  • Regions
  • Flushes and Compactions
  • Reading and Writing to Hbase
  • Bloom filters and Block Cache
  • WAL and Crash Recovery

Day 2 

Module 5 Hbase Architecture 

  • Schema design
  • Designing for Locality
  • Time series Data
  • Reverse Timestamps
  • Secondary Indexes
  • Schema Design Examples

Module 6 Hbase Api

  • Basic Operations

Module 7 Hbase Configuration and Tuning

  • System Requirements
  • Hbase Run Modes
  • Zookeeper
  • Java and Garbage Collection
  • Performance Tuning

Module 8 Hbase Administration

  • Monitoring
  • Backup
  • Tools
  • Compression
  • Capacity Planning