public class TestClusterBootOrder extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| 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.
|
public static final HBaseClassTestRule CLASS_RULE
public TestClusterBootOrder()
public void testBootRegionServerFirst() throws Exception
Exceptionpublic void testBootMasterFirst() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.