public class TestImportExport extends Object
| Constructor and Description |
|---|
TestImportExport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
cleanup() |
void |
testAddFilterAndArguments()
Test addFilterAndArguments method of Import This method set couple
parameters into Configuration
|
void |
testDurability() |
void |
testExportMain()
test main method.
|
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 void testSimpleCase()
throws Exception
Exceptionpublic void testMetaExport()
throws Exception
Exceptionpublic void testImport94Table()
throws Exception
Exceptionpublic void testExportScannerBatching()
throws Exception
Exceptionpublic void testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily()
throws Exception
Exceptionpublic void testWithFilter()
throws Exception
Exceptionpublic void testImportMain()
throws Exception
Exceptionpublic void testExportMain()
throws Exception
Exceptionpublic void testKeyValueImporter()
throws Exception
Exceptionpublic void testAddFilterAndArguments()
throws IOException
IOExceptionpublic void testDurability()
throws IOException,
InterruptedException,
ClassNotFoundException