- 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).