Introduction
HBase Overview
HBase (short for Hadoop Database) is a distributed storage system that is column-based and scalable with high reliability and excellent performance. With the HBase technology, a large-scale storage cluster can be set up on low-cost PC servers, allowing random and quick access of massive data.
For more information about HBase, see https://hbase.apache.org.
Programming language: Java
Brief description: distributed database
- For HBase 2.1.0 on CentOS 7.6, it is a good practice that you use the dedicated software porting function of the Kunpeng Porting Advisor to port HBase 2.1.0 to the Kunpeng platform. For details, see Dedicated Software Porting.
- For HBase 2.1.0 on openEuler 20.03 LTS SP1 or openEuler 22.03 LTS, refer to this document for the porting.
Parent topic: Porting Guide (CentOS & openEuler)