public class KeyValueInputMerger
extends org.apache.tez.runtime.library.api.KeyValueReader
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
l4j |
| Constructor and Description |
|---|
KeyValueInputMerger(List<org.apache.tez.runtime.library.api.KeyValueReader> multiMRInputs,
Deserializer deserializer,
ObjectInspector[] inputObjInspectors,
List<String> sortCols) |
public KeyValueInputMerger(List<org.apache.tez.runtime.library.api.KeyValueReader> multiMRInputs, Deserializer deserializer, ObjectInspector[] inputObjInspectors, List<String> sortCols) throws Exception
Exceptionpublic boolean next()
throws IOException
next in class org.apache.tez.runtime.library.api.KeyValueReaderIOExceptionpublic Object getCurrentKey() throws IOException
getCurrentKey in class org.apache.tez.runtime.library.api.KeyValueReaderIOExceptionpublic Object getCurrentValue() throws IOException
getCurrentValue in class org.apache.tez.runtime.library.api.KeyValueReaderIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.