1. Huawei HCIA-Big Data V2.0 Training Material (H13-711), Chapter 4: "Introduction to the Big Data Technology", Section: "HBase Principles". The material describes HBase as a database for real-time random access to massive structured and semi-structured data, distinguishing its role from HDFS, which is designed for storing large files.
2. George, L. (2015). HBase: The Definitive Guide, 2nd Edition. O'Reilly Media. Chapter 1, "Introduction", Section: "Where HBase Fits". The text explicitly states, "HBase is not a replacement for HDFS... If you have large binary files, for example, 100 MB images, you should store them in HDFS and put a pointer to the file in an HBase cell." (p. 12).
3. Huawei FusionInsight HD 6.5.1 Product Documentation, "Developer Guide > HBase Development Guide > Introduction to HBase > Application Scenarios". The documentation outlines that typical HBase scenarios include high-throughput writes, real-time queries on massive data, and storage of structured/semi-structured data. It does not list large file storage as a primary use case.