public class TestMultiTableInputFormat
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMultiTableInputFormat.ScanMapper
Pass the key and value to reducer.
|
static class |
TestMultiTableInputFormat.ScanReducer
Checks the last and first keys seen against the scanner boundaries.
|
| Constructor and Description |
|---|
TestMultiTableInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testScanEmptyToAPP() |
void |
testScanEmptyToEmpty() |
void |
testScanOBBToOPP() |
void |
testScanYZYToEmpty() |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanEmptyToEmpty()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundExceptionpublic void testScanEmptyToAPP()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundExceptionpublic void testScanOBBToOPP()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundExceptionpublic void testScanYZYToEmpty()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundException