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 Classes
    Modifier and Type
    Class
    Description
    static class 
    The 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
    Constructor
    Description
    WALSearcher(org.apache.hadoop.conf.Configuration conf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.mapreduce.Job
     

    Methods inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer

    main, run

    Methods inherited from class org.apache.hadoop.conf.Configured

    getConf, setConf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.conf.Configurable

    getConf, setConf
  • Constructor Details

    • WALSearcher

      public WALSearcher(org.apache.hadoop.conf.Configuration conf)
  • Method Details