Package org.apache.hadoop.hbase.mapred
Class TestMultiTableSnapshotInputFormat
java.lang.Object
org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
MultiTableInputFormatTestBase.ScanMapper, MultiTableInputFormatTestBase.ScanReducer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
Fields inherited from class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
restoreDir
Fields inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
TEST_UTIL
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
getSnapshotScanMapping, initJob, setUp, setUpSnapshots, snapshotNameForTable
Methods inherited from class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
setUpBeforeClass, tearDown, tearDownAfterClass, testScanEmptyToAPP, testScanEmptyToEmpty, testScanOBBToOPP, testScanYZYToEmpty
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestMultiTableSnapshotInputFormat
public TestMultiTableSnapshotInputFormat()
-
-
Method Details
-
runJob
protected void runJob(String jobName, org.apache.hadoop.conf.Configuration c, List<org.apache.hadoop.hbase.client.Scan> scans) throws IOException, InterruptedException, ClassNotFoundException - Overrides:
runJob
in classMultiTableInputFormatTestBase
- Throws:
IOException
InterruptedException
ClassNotFoundException
-