Registry / testing / accumulo-minicluster

accumulo-minicluster

JSON →
library3.0.0javamavenunverified

A library for launching and running a standalone instance of Apache Accumulo for testing.

<dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-minicluster</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ACCUMULO-MINICLUST
A
accumulo-minicluster
testingjavav3.0.0
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.

MiniAccumuloCluster
org.apache.accumulo.minicluster.MiniAccumuloCluster

Starts and stops a MiniAccumuloCluster for testing.

import org.apache.accumulo.minicluster.MiniAccumuloCluster; import java.io.File; public class Example { public static void main(String[] args) throws Exception { MiniAccumuloCluster cluster = new MiniAccumuloCluster(new File("/tmp/accumulo"), "password"); cluster.start(); System.out.println("Cluster running at " + cluster.getZooKeepers()); cluster.stop(); } }
Debug
Known issues
gotchaMiniAccumuloCluster requires a clean directory; reuse may cause conflicts.
fix
Use a unique temporary directory for each test run.
affects: all
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
46
OpenAI (training)
2
Resources
accumulo-minicluster — mvn dependency:get accumulo-minicluster · libregistry