Registry / database / hbase-server

hbase-server

JSON →
library2.6.5javamavenunverified

Server functionality for HBase, the distributed, scalable, big data store.

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

HBaseConfiguration
org.apache.hadoop.hbase.HBaseConfiguration

Creates an HBase configuration instance.

import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.conf.Configuration; public class Main { public static void main(String[] args) { Configuration config = HBaseConfiguration.create(); System.out.println(config.get("hbase.zookeeper.quorum")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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