Registry / database / hbase
library2.6.6javamavenunverified

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>
INSTALL
IMPORT
SIG · HBASE
H
hbase
databasejavav2.6.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
org.apache.hadoop.hbase.client.Connection

Create an HBase connection to interact with the database.

import org.apache.hadoop.hbase.client.Connection; import org.apache.hadoop.hbase.client.ConnectionFactory; Connection connection = ConnectionFactory.createConnection();
Debug
Known issues
breakingHBase 2.x has breaking API changes from 1.x; ensure your code is compatible.
fix
Use HBase 2.x APIs and check migration guides when upgrading from 1.x.
affects: >=2.0.0
Upgrade
Version history
2.6.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
hbase — mvn dependency:get hbase · libregistry