Package org.apache.hadoop.hbase.mapred
Class TestTableInputFormat.ExampleTIF
java.lang.Object
org.apache.hadoop.hbase.mapred.TableInputFormatBase
org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
- All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.hbase.io.ImmutableBytesWritable,
org.apache.hadoop.hbase.client.Result>
- Direct Known Subclasses:
TestTableInputFormat.ExampleJobConfigurableTIF
- Enclosing class:
- TestTableInputFormat
public static class TestTableInputFormat.ExampleTIF
extends org.apache.hadoop.hbase.mapred.TableInputFormatBase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
initialize
(org.apache.hadoop.mapred.JobConf job) protected void
initialize
(org.apache.hadoop.mapred.JobConf job, String table) Methods inherited from class org.apache.hadoop.hbase.mapred.TableInputFormatBase
closeTable, getRecordReader, getSplits, getTable, initializeTable, setInputColumns, setRowFilter, setTableRecordReader
-
Constructor Details
-
ExampleTIF
public ExampleTIF()
-
-
Method Details
-
initialize
- Overrides:
initialize
in classorg.apache.hadoop.hbase.mapred.TableInputFormatBase
- Throws:
IOException
-
initialize
- Throws:
IOException
-