We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Only add the following dependency:
<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-testing-util</artifactId> <version>${hbase.version}</version> <scope>test</scope> </dependency>
Create a mini cluster with new HBaseTestingUtility().startMiniCluster()
new HBaseTestingUtility().startMiniCluster()
There was an error while loading. Please reload this page.