Registry / testing / fake-hbase

fake-hbase

JSON →
library0.1.9javamavenunverified

Fake HBase provides a lightweight in-memory HBase implementation for testing purposes.

<dependency> <groupId>com.moz.fiji.testing</groupId> <artifactId>fake-hbase</artifactId> <version>0.1.9</version> </dependency>
INSTALL
IMPORT
SIG · FAKE-HBASE
F
fake-hbase
testingjavav0.1.9
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.

FakeHBase
com.moz.fiji.testing.fakehbase.FakeHBase

Starts a fake HBase instance for testing HBase operations.

import com.moz.fiji.testing.fakehbase.FakeHBase; import org.apache.hadoop.hbase.client.HTable; public class Example { public static void main(String[] args) throws Exception { FakeHBase fakeHBase = new FakeHBase(); fakeHBase.start(); System.out.println("Fake HBase started"); fakeHBase.stop(); } }
Debug
Known issues
gotchaFake HBase may not support all HBase features and could behave differently from a real cluster.
fix
Use for unit tests only; validate with a real HBase for integration tests.
affects: *
Upgrade
Version history
0.1.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Resources
fake-hbase — mvn dependency:get fake-hbase · libregistry