public class SafeReducerOutputs extends Object
| Constructor and Description |
|---|
SafeReducerOutputs(org.apache.hadoop.mapreduce.Reducer.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(String type,
org.apache.hadoop.io.Writable key,
org.apache.hadoop.io.Writable value) |
public SafeReducerOutputs(org.apache.hadoop.mapreduce.Reducer.Context context)
public void write(String type, org.apache.hadoop.io.Writable key, org.apache.hadoop.io.Writable value) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void close()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2012–2016. All rights reserved.