public class TestLocalHBaseCluster
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestLocalHBaseCluster.MyHMaster
A private master class similar to that used by HMasterCommandLine when
running in local mode.
|
static class |
TestLocalHBaseCluster.MyHRegionServer
A private regionserver class with a dummy method for testing casts
|
| Constructor and Description |
|---|
TestLocalHBaseCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
testLocalHBaseCluster()
Check that we can start a local HBase cluster specifying a custom master
and regionserver class and then cast back to those classes; also that
the cluster will launch and terminate cleanly.
|
public void testLocalHBaseCluster()
throws java.lang.Exception
java.lang.Exception