Package org.apache.hadoop.hbase.mapred
Class TestTableInputFormat.ExampleJobConfigurableTIF
java.lang.Object
org.apache.hadoop.hbase.mapred.TableInputFormatBase
org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleJobConfigurableTIF
- All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.hbase.io.ImmutableBytesWritable,,org.apache.hadoop.hbase.client.Result> org.apache.hadoop.mapred.JobConfigurable
- Enclosing class:
- TestTableInputFormat
public static class TestTableInputFormat.ExampleJobConfigurableTIF
extends TestTableInputFormat.ExampleTIF
implements org.apache.hadoop.mapred.JobConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.apache.hadoop.mapred.JobConf job) protected voidinitialize(org.apache.hadoop.mapred.JobConf job) Methods inherited from class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
initializeMethods inherited from class org.apache.hadoop.hbase.mapred.TableInputFormatBase
closeTable, getRecordReader, getSplits, getTable, initializeTable, setInputColumns, setRowFilter, setTableRecordReader
-
Constructor Details
-
ExampleJobConfigurableTIF
public ExampleJobConfigurableTIF()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.apache.hadoop.mapred.JobConfigurable
-
initialize
- Overrides:
initializein classTestTableInputFormat.ExampleTIF- Throws:
IOException
-