public class TestCellBasedImportExport2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestCellBasedImportExport2() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
void |
announce() |
static void |
beforeClass() |
void |
cleanup() |
protected boolean |
runExport(String[] args)
Runs an export job with the specified command line args
|
protected void |
runExportMain(String[] args) |
void |
testAddFilterAndArguments()
Test addFilterAndArguments method of Import This method set couple
parameters into Configuration
|
void |
testDurability() |
void |
testExportMain()
test main method.
|
void |
testExportScan() |
void |
testExportScannerBatching()
Test export scanner batching
|
void |
testImport94Table()
Test import data from 0.94 exported file
|
void |
testImportMain()
test main method.
|
void |
testKeyValueImporter()
Test map method of Importer
|
void |
testMetaExport()
Test export hbase:meta table
|
void |
testSimpleCase()
Test simple replication case with column mapping
|
void |
testWithDeletes() |
void |
testWithFilter()
Create a simple table, run an Export Job on it, Import with filtering on, verify counts,
attempt with invalid values.
|
void |
testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily() |
public static final HBaseClassTestRule CLASS_RULE
protected static final HBaseTestingUtility UTIL
public final org.junit.rules.TestName name
public TestCellBasedImportExport2()
public static void beforeClass() throws Throwable
Throwablepublic static void afterClass() throws Throwable
Throwablepublic void announce()
protected boolean runExport(String[] args) throws Throwable
args - IOExceptionInterruptedExceptionClassNotFoundExceptionThrowableprotected void runExportMain(String[] args) throws Throwable
Throwablepublic void testSimpleCase() throws Throwable
public void testMetaExport() throws Throwable
Throwablepublic void testImport94Table() throws Throwable
Throwablepublic void testExportScannerBatching() throws Throwable
Throwablepublic void testWithDeletes() throws Throwable
Throwablepublic void testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily() throws Throwable
Throwablepublic void testWithFilter() throws Throwable
Throwablepublic void testImportMain() throws Throwable
Throwablepublic void testExportScan() throws Exception
Exceptionpublic void testExportMain() throws Throwable
Throwablepublic void testKeyValueImporter() throws Throwable
Throwablepublic void testAddFilterAndArguments() throws IOException
IOExceptionpublic void testDurability() throws Throwable
ThrowableCopyright © 2007–2019 Cloudera. All rights reserved.