Registry / database / hbase-shaded-client

hbase-shaded-client

JSON →
library2.6.5javamavenunverified

Apache HBase client library with most dependencies shaded to avoid version conflicts.

<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-shaded-client</artifactId> <version>2.6.5</version> </dependency>
INSTALL
IMPORT
SIG · HBASE-SHADED-CLIEN
H
hbase-shaded-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 an HBase connection using the shaded client.

import org.apache.hadoop.hbase.client.Connection; import org.apache.hadoop.hbase.client.ConnectionFactory; import org.apache.hadoop.conf.Configuration; Configuration config = new Configuration(); try (Connection connection = ConnectionFactory.createConnection(config)) { System.out.println("Connected to HBase"); }
Debug
Known issues
gotchaShaded dependencies may conflict with other versions of the same libraries in your classpath.
fix
Ensure no other HBase client jars are present, or use the non-shaded version if conflicts arise.
affects: all
Upgrade
Version history
2.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
hbase-shaded-client — mvn dependency:get hbase-shaded-client · libregistry