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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.apache.hadoop.mapred.JobConf job) protected void
initialize
(org.apache.hadoop.mapred.JobConf job) Methods inherited from class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
initialize
Methods 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:
configure
in interfaceorg.apache.hadoop.mapred.JobConfigurable
-
initialize
- Overrides:
initialize
in classTestTableInputFormat.ExampleTIF
- Throws:
IOException
-