@InterfaceAudience.Public public class MRCombiner extends Object implements org.apache.tez.runtime.library.common.combine.Combiner
Constructor and Description |
---|
MRCombiner(org.apache.tez.runtime.api.TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
void |
combine(org.apache.tez.runtime.library.common.sort.impl.TezRawKeyValueIterator rawIter,
org.apache.tez.runtime.library.common.sort.impl.IFile.Writer writer) |
public MRCombiner(org.apache.tez.runtime.api.TaskContext taskContext) throws IOException
IOException
public void combine(org.apache.tez.runtime.library.common.sort.impl.TezRawKeyValueIterator rawIter, org.apache.tez.runtime.library.common.sort.impl.IFile.Writer writer) throws InterruptedException, IOException
combine
in interface org.apache.tez.runtime.library.common.combine.Combiner
InterruptedException
IOException
Copyright © 2024 Apache Software Foundation. All rights reserved.