org.apache.hadoop.hbase.mapred
Class TableInputFormat
java.lang.Object
org.apache.hadoop.hbase.mapred.TableInputFormatBase
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.
Method Summary |
void |
configure(org.apache.hadoop.mapred.JobConf job)
Deprecated. |
void |
validateInput(org.apache.hadoop.mapred.JobConf job)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMN_LIST
public static final String COLUMN_LIST
- Deprecated.
- space delimited list of columns
- See Also:
- Constant Field Values
TableInputFormat
public TableInputFormat()
- Deprecated.
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.