public static class CleaningJob.DeleterReducer extends Object implements org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.ByteWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.ByteWritable>
| Constructor and Description |
|---|
CleaningJob.DeleterReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(org.apache.hadoop.mapred.JobConf job) |
void |
reduce(org.apache.hadoop.io.ByteWritable key,
Iterator<org.apache.hadoop.io.Text> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,org.apache.hadoop.io.ByteWritable> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void configure(org.apache.hadoop.mapred.JobConf job)
configure in interface org.apache.hadoop.mapred.JobConfigurablepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void reduce(org.apache.hadoop.io.ByteWritable key,
Iterator<org.apache.hadoop.io.Text> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,org.apache.hadoop.io.ByteWritable> output,
org.apache.hadoop.mapred.Reporter reporter)
throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.ByteWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.ByteWritable>IOExceptionCopyright © 2014 The Apache Software Foundation