public final class HadoopCombine
extends <any>
Modifier and Type | Class and Description |
---|---|
class |
HadoopCombine.HadoopCombineEmitter<OK,OV> |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(<any>.Context context) |
void |
reduce(ObjectWritable key,
Iterable<ObjectWritable> values,
<any>.Context context) |
void |
setup(<any>.Context context) |
public void setup(<any>.Context context)
public void reduce(ObjectWritable key, Iterable<ObjectWritable> values, <any>.Context context) throws IOException, InterruptedException
IOException
InterruptedException
public void cleanup(<any>.Context context)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.