public class OrcOutputFormat<V extends Writable> extends FileOutputFormat<NullWritable,V>
FileOutputFormat.Counter
Modifier and Type | Field and Description |
---|---|
static String |
SKIP_TEMP_DIRECTORY |
BASE_OUTPUT_NAME, COMPRESS, COMPRESS_CODEC, COMPRESS_TYPE, OUTDIR, PART
Constructor and Description |
---|
OrcOutputFormat() |
Modifier and Type | Method and Description |
---|---|
Path |
getDefaultWorkFile(TaskAttemptContext context,
String extension) |
RecordWriter<NullWritable,V> |
getRecordWriter(TaskAttemptContext taskAttemptContext) |
checkOutputSpecs, getCompressOutput, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
public static final String SKIP_TEMP_DIRECTORY
public RecordWriter<NullWritable,V> getRecordWriter(TaskAttemptContext taskAttemptContext) throws IOException
getRecordWriter
in class FileOutputFormat<NullWritable,V extends Writable>
IOException
public Path getDefaultWorkFile(TaskAttemptContext context, String extension) throws IOException
getDefaultWorkFile
in class FileOutputFormat<NullWritable,V extends Writable>
IOException
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.