public static class CleaningJob.DeleterReducer extends 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,
Iterator<Text> values,
OutputCollector<Text,ByteWritable> output,
Reporter reporter) |
public void configure(JobConf job)
configure
in interface JobConfigurable
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void reduce(ByteWritable key, Iterator<Text> values, OutputCollector<Text,ByteWritable> output, Reporter reporter) throws IOException
reduce
in interface Reducer<ByteWritable,Text,Text,ByteWritable>
IOException
Copyright © 2015 The Apache Software Foundation