org.apache.accumulo.examples.simple.mapreduce.bulk
public static class BulkIngestExample.ReduceClass extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,Key,Value>
Constructor and Description |
---|
BulkIngestExample.ReduceClass() |
public void reduce(org.apache.hadoop.io.Text key, Iterable<org.apache.hadoop.io.Text> values, org.apache.hadoop.mapreduce.Reducer.Context output) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,Key,Value>
IOException
InterruptedException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.