Apache HBase is the Hadoop database, providing random, realtime read/write access to large tables (billions of rows x millions of columns) on commodity hardware.
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>2.6.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an HBase connection to interact with the database.
Use HBase 2.x APIs and check migration guides when upgrading from 1.x.
No dependency data recorded yet.