org.apache.hadoop.hbase.mapred
Class TableInputFormat

java.lang.Object
  extended by org.apache.hadoop.hbase.mapred.TableInputFormatBase
      extended by org.apache.hadoop.hbase.mapred.TableInputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<ImmutableBytesWritable,Result>, org.apache.hadoop.mapred.JobConfigurable

Deprecated.

@Deprecated
public class TableInputFormat
extends TableInputFormatBase
implements org.apache.hadoop.mapred.JobConfigurable

Convert HBase tabular data into a format that is consumable by Map/Reduce.


Field Summary
static String COLUMN_LIST
          Deprecated. space delimited list of columns
 
Constructor Summary
TableInputFormat()
          Deprecated.  
 
Method Summary
 void configure(org.apache.hadoop.mapred.JobConf job)
          Deprecated.  
 void validateInput(org.apache.hadoop.mapred.JobConf job)
          Deprecated.  
 
Methods inherited from class org.apache.hadoop.hbase.mapred.TableInputFormatBase
getHTable, getRecordReader, getSplits, setHTable, setInputColumns, setRowFilter, setTableRecordReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_LIST

public static final String COLUMN_LIST
Deprecated. 
space delimited list of columns

See Also:
Constant Field Values
Constructor Detail

TableInputFormat

public TableInputFormat()
Deprecated. 
Method Detail

configure

public void configure(org.apache.hadoop.mapred.JobConf job)
Deprecated. 
Specified by:
configure in interface org.apache.hadoop.mapred.JobConfigurable

validateInput

public void validateInput(org.apache.hadoop.mapred.JobConf job)
                   throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.