Registry / database / hbase-zookeeper

hbase-zookeeper

JSON →
library2.6.5javamavenunverified

ZooKeeper helpers for Apache HBase providing coordination and configuration management.

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

ZKWatcher
org.apache.hadoop.hbase.zookeeper.ZKWatcher

Creates a ZooKeeper watcher for HBase cluster coordination.

import org.apache.hadoop.hbase.zookeeper.ZKWatcher; import org.apache.hadoop.conf.Configuration; Configuration conf = new Configuration(); ZKWatcher watcher = new ZKWatcher(conf, "my-quorum", null); System.out.println(watcher.getQuorum());
Debug
Known issues
breakingZKWatcher is internal API and may change between HBase versions.
fix
Use HBaseAdmin or other public APIs for ZooKeeper access.
affects: >=2.0.0
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-zookeeper — mvn dependency:get hbase-zookeeper · libregistry