Guest User

Untitled

a guest
Jun 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public static class Reduce extends MapReduceBase implements Reducer<Text, IntWritable, Text, IntWritable> {
  2. public void reduce(Text key, Iterator<IntWritable> values,
  3.  
  4. OutputCollector<Text, IntWritable> output, Reporter reporter) throws IOException {
  5.  
  6. \do nothing
  7.  
  8. }
  9. }
  10.  
  11. Or is it equivalent
Add Comment
Please, Sign In to add comment