public class TestClusterBootOrder extends Object
Constructor and Description |
---|
TestClusterBootOrder() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testBootMasterFirst()
Tests launching the cluster by first starting master, and then the regionserver
to ensure that it does not matter which is started first.
|
void |
testBootRegionServerFirst()
Tests launching the cluster by first starting regionserver, and then the master
to ensure that it does not matter which is started first.
|