Class TestWALInputFormat
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestWALInputFormat
@Tag("org.apache.hadoop.hbase.testclassification.MapReduceTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestWALInputFormat
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidTest the primitive start/end time filtering.voidvoidTest that an empty WAL file (which causes WALHeaderEOFException) is gracefully handled and skipped rather than causing the job to fail.
-
Field Details
-
TEST_UTIL
-
-
Constructor Details
-
TestWALInputFormat
public TestWALInputFormat()
-
-
Method Details
-
setupClass
- Throws:
Exception
-
testAddFile
Test the primitive start/end time filtering. -
testHandlesArchivedWALFiles
- Throws:
Exception
-
testHandlesEmptyWALFile
Test that an empty WAL file (which causes WALHeaderEOFException) is gracefully handled and skipped rather than causing the job to fail.- Throws:
Exception
-