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