Registry / database / hbase-client

hbase-client

JSON →
library2.6.5javamavenunverified

Client of HBase, a distributed, scalable, big data store.

<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> <version>2.6.5</version> </dependency>
INSTALL
IMPORT
SIG · HBASE-CLIENT
H
hbase-client
databasejavav2.6.5
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

Creates a connection to an HBase cluster.

import org.apache.hadoop.hbase.client.Connection; import org.apache.hadoop.hbase.client.ConnectionFactory; public class HBaseExample { public static void main(String[] args) throws Exception { Connection connection = ConnectionFactory.createConnection(); System.out.println("Connected to HBase"); connection.close(); } }
Debug
Known issues
breakingHBase client version must match the server version; mismatches can cause runtime errors.
fix
Ensure the client version is compatible with your HBase cluster version.
affects: *
Upgrade
Version history
2.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
hbase-client — mvn dependency:get hbase-client · libregistry