Section Core Concepts
1. Fundamental Characteristics of Apache HBase2. Apache HBase and HDFS3. Application Characteristics for Apache HBase
Section II-Data Model
4. Physical Storage 5. Column Family and a Column Qualifier6. Row Versioning7. Logical Storage
Section III-Architecture
8. Components of HBase Cluster9. Regions10. Finding a row in an HBase table11. Compactions12. RegionServer Failover 13. RegionServer Splits
Section IV-Schema Design
14. Creating Column Families15. Defining the row keys for optimal read performance and Locality
Section V-Apache HBase API
16. The HBaseAdmin Class 17. The Get Class18. The HTable ClassSection VI-Administration19. Using the Shell20. Bulk loading data into Apache HBase