public class TestCopyTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestCopyTable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testCopyTable()
Simple end-to-end test
|
void |
testCopyTableWithBulkload()
Simple end-to-end test with bulkload.
|
void |
testMainMethod()
Test main method of CopyTable.
|
void |
testRenameFamily()
Test copy of table from sourceTable to targetTable all rows from family a
|
void |
testStartStopRow() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestCopyTable()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testCopyTable() throws Exception
Exceptionpublic void testCopyTableWithBulkload() throws Exception
Exceptionpublic void testStartStopRow() throws Exception
Exceptionpublic void testRenameFamily() throws Exception
Exceptionpublic void testMainMethod() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.