|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapred.MapReduceBase
org.apache.hadoop.hbase.mapred.IdentityTableReduce
@Deprecated public class IdentityTableReduce
Write to table each key, record pair
| Constructor Summary | |
|---|---|
IdentityTableReduce()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
reduce(ImmutableBytesWritable key,
java.util.Iterator<Put> values,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Put> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. No aggregation, output pairs of (key, record) |
| Methods inherited from class org.apache.hadoop.mapred.MapReduceBase |
|---|
close, configure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable |
|---|
configure |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Constructor Detail |
|---|
public IdentityTableReduce()
| Method Detail |
|---|
public void reduce(ImmutableBytesWritable key,
java.util.Iterator<Put> values,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Put> output,
org.apache.hadoop.mapred.Reporter reporter)
throws java.io.IOException
reduce in interface org.apache.hadoop.mapred.Reducer<ImmutableBytesWritable,Put,ImmutableBytesWritable,Put>key - values - output - reporter -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||