Package org.apache.hadoop.hbase.test
Class IntegrationTestLoadAndVerify.WALSearcher
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.mapreduce.WALPlayer
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
- Enclosing class:
- IntegrationTestLoadAndVerify
public static class IntegrationTestLoadAndVerify.WALSearcher
extends org.apache.hadoop.hbase.mapreduce.WALPlayer
Tool to search missing rows in WALs and hfiles. Pass in file or dir of keys to search for. Key
file must have been written by Verify step (we depend on the format it writes out. We'll read
them in and then search in hbase WALs and oldWALs dirs (Some of this is TODO).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe actual searcher mapper.Nested classes/interfaces inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer
org.apache.hadoop.hbase.mapreduce.WALPlayer.Counter, org.apache.hadoop.hbase.mapreduce.WALPlayer.WALMapper -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer
BULK_OUTPUT_CONF_KEY, IGNORE_MISSING_FILES, INPUT_FILES_SEPARATOR_KEY, MULTI_TABLES_SUPPORT, TABLE_MAP_KEY, TABLES_KEY, tableSeparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.JobcreateSubmittableJob(String[] args) Methods inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer
main, runMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Constructor Details
-
WALSearcher
-
-
Method Details
-
createSubmittableJob
- Overrides:
createSubmittableJobin classorg.apache.hadoop.hbase.mapreduce.WALPlayer- Throws:
IOException
-