Class TestMultiTableInputFormat
java.lang.Object
org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Tests various scan start and stop row scenarios. This is set in a scan and tested in a MapReduce
job to see if that is handed over and done properly too.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
MultiTableInputFormatTestBase.ScanMapper, MultiTableInputFormatTestBase.ScanReducer
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
INPUT_FAMILY, KEY_LASTROW, KEY_STARTROW, LOG, TABLE_NAME, TABLES, TEST_UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
static void
Methods inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
runJob, setUpBeforeClass, tearDown, tearDownAfterClass, testScanEmptyToAPP, testScanEmptyToEmpty, testScanOBBToOPP, testScanYZYToEmpty
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestMultiTableInputFormat
public TestMultiTableInputFormat()
-
-
Method Details
-
setupLogging
-
initJob
protected void initJob(List<org.apache.hadoop.hbase.client.Scan> scans, org.apache.hadoop.mapreduce.Job job) throws IOException - Specified by:
initJob
in classMultiTableInputFormatTestBase
- Throws:
IOException
-