public class TestHBaseTestingUtility extends Object
| Constructor and Description |
|---|
TestHBaseTestingUtility() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMiniCluster() |
void |
testMiniClusterBindToWildcard() |
void |
testMiniClusterWithSSLOn() |
void |
testMiniDFSCluster() |
void |
testMiniZooKeeperWithMultipleClientPorts() |
void |
testMiniZooKeeperWithMultipleClientPorts2() |
void |
testMiniZooKeeperWithMultipleServers() |
void |
testMiniZooKeeperWithOneServer() |
void |
testMultiClusters()
Basic sanity test that spins up multiple HDFS and HBase clusters that share
the same ZK ensemble.
|
void |
testMultipleStartStop()
Test that we can start and stop multiple time a cluster
with the same HBaseTestingUtility.
|
void |
testSetupClusterTestBuildDir() |
void |
testTestDir() |
public void testMultiClusters()
throws Exception
Exceptionpublic void testMiniClusterBindToWildcard()
throws Exception
Exceptionpublic void testMultipleStartStop()
throws Exception
Exceptionpublic void testMiniZooKeeperWithOneServer()
throws Exception
Exceptionpublic void testMiniZooKeeperWithMultipleServers()
throws Exception
Exceptionpublic void testMiniZooKeeperWithMultipleClientPorts()
throws Exception
Exceptionpublic void testMiniZooKeeperWithMultipleClientPorts2()
throws Exception
Exceptionpublic void testSetupClusterTestBuildDir()
throws Exception
Exception