public class TestImportExport
extends java.lang.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 static void beforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void afterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void cleanup()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleCase()
throws java.lang.Exception
java.lang.Exceptionpublic void testMetaExport()
throws java.lang.Exception
java.lang.Exceptionpublic void testImport94Table()
throws java.lang.Exception
java.lang.Exceptionpublic void testExportScannerBatching()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithDeletes()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithFilter()
throws java.lang.Exception
java.lang.Exceptionpublic void testImportMain()
throws java.lang.Exception
java.lang.Exceptionpublic void testExportMain()
throws java.lang.Exception
java.lang.Exceptionpublic void testKeyValueImporter()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddFilterAndArguments()
throws java.io.IOException
java.io.IOExceptionpublic void testDurability()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundException