public static class IntegrationTestLoadAndVerify.VerifyReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
| Constructor and Description |
|---|
VerifyReducer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reduce(org.apache.hadoop.io.BytesWritable referredRow,
Iterable<org.apache.hadoop.io.BytesWritable> referrers,
org.apache.hadoop.mapreduce.Reducer.Context ctx) |
void |
setup(org.apache.hadoop.mapreduce.Reducer.Context context) |
public VerifyReducer()
public void setup(org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException
setup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>IOExceptionprotected void reduce(org.apache.hadoop.io.BytesWritable referredRow, Iterable<org.apache.hadoop.io.BytesWritable> referrers, org.apache.hadoop.mapreduce.Reducer.Context ctx) throws IOException, InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>IOExceptionInterruptedExceptionCopyright © 2007–2019 Cloudera. All rights reserved.