org.apache.accumulo.test.randomwalk.sequential
public static class MapRedVerifyTool.SeqReduceClass extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,Mutation>
| Constructor and Description |
|---|
MapRedVerifyTool.SeqReduceClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(org.apache.hadoop.io.NullWritable ignore,
Iterable<org.apache.hadoop.io.IntWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context output) |
void |
writeMutation(org.apache.hadoop.mapreduce.Reducer.Context output,
int start,
int end) |
public void reduce(org.apache.hadoop.io.NullWritable ignore,
Iterable<org.apache.hadoop.io.IntWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context output)
throws IOException,
InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,Mutation>IOExceptionInterruptedExceptionpublic void writeMutation(org.apache.hadoop.mapreduce.Reducer.Context output,
int start,
int end)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.