Class TestTableInputFormat.ExampleTIF

java.lang.Object
org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result>
org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleTIF
Enclosing class:
TestTableInputFormat

public static class TestTableInputFormat.ExampleTIF extends org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase

    MAPREDUCE_INPUT_AUTOBALANCE, MAX_AVERAGE_REGION_SIZE, NUM_MAPPERS_PER_REGION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    initialize(org.apache.hadoop.mapreduce.JobContext job)
     

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

    calculateAutoBalancedSplits, closeTable, createNInputSplitsUniform, createRecordReader, createRegionSizeCalculator, getAdmin, getRegionLocator, getScan, getSplits, getStartEndKeys, getTable, includeRegionInSplit, initializeTable, reverseDNS, setScan, setTableRecordReader

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • initialize

      protected void initialize(org.apache.hadoop.mapreduce.JobContext job) throws IOException
      Overrides:
      initialize in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
      Throws:
      IOException