public class NullMROutput
extends org.apache.tez.mapreduce.output.MROutput
| Constructor and Description |
|---|
NullMROutput(org.apache.tez.runtime.api.OutputContext outputContext,
int numPhysicalOutputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Call this in the processor before finishing to ensure outputs that
outputs have been flushed.
|
org.apache.tez.runtime.library.api.KeyValueWriter |
getWriter()
Get a key value write to write Map Reduce compatible output
|
List<org.apache.tez.runtime.api.Event> |
initialize() |
abort, close, commit, createConfigBuilder, createConfigBuilder, createConfigBuilder, createConfigBuilder, getOutputFileNamePrefix, getOutputName, handleEvents, initCommitter, initializeBase, isCommitRequired, startpublic NullMROutput(org.apache.tez.runtime.api.OutputContext outputContext,
int numPhysicalOutputs)
public List<org.apache.tez.runtime.api.Event> initialize() throws IOException, InterruptedException
initialize in interface org.apache.tez.runtime.api.OutputFrameworkInterfaceinitialize in class org.apache.tez.mapreduce.output.MROutputIOExceptionInterruptedExceptionpublic org.apache.tez.runtime.library.api.KeyValueWriter getWriter()
throws IOException
getWriter in interface org.apache.tez.runtime.api.OutputgetWriter in class org.apache.tez.mapreduce.output.MROutputIOExceptionpublic void flush()
throws IOException
flush in class org.apache.tez.mapreduce.output.MROutputIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.