Package org.apache.hadoop.hbase.mapred
Interface TableReduce<K extends org.apache.hadoop.io.WritableComparable,V>
- Type Parameters:
K- key classV- value class
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.hadoop.io.Closeable,org.apache.hadoop.mapred.JobConfigurable,org.apache.hadoop.mapred.Reducer<K,V, ImmutableBytesWritable, Put>
- All Known Implementing Classes:
IdentityTableReduce
@Public
public interface TableReduce<K extends org.apache.hadoop.io.WritableComparable,V>
extends org.apache.hadoop.mapred.Reducer<K,V,ImmutableBytesWritable,Put>
Write a table, sorting by the input key
-
Method Summary
Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable
configureMethods inherited from interface org.apache.hadoop.mapred.Reducer
reduce