public class TestMultiTableInputFormat extends 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 void testScanEmptyToEmpty()
throws IOException,
InterruptedException,
ClassNotFoundException
public void testScanEmptyToAPP()
throws IOException,
InterruptedException,
ClassNotFoundException
public void testScanOBBToOPP()
throws IOException,
InterruptedException,
ClassNotFoundException
public void testScanYZYToEmpty()
throws IOException,
InterruptedException,
ClassNotFoundException