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, setOutputPathpublic static final String SKIP_TEMP_DIRECTORY
public RecordWriter<NullWritable,V> getRecordWriter(TaskAttemptContext taskAttemptContext) throws IOException
getRecordWriter in class FileOutputFormat<NullWritable,V extends Writable>IOExceptionpublic Path getDefaultWorkFile(TaskAttemptContext context, String extension) throws IOException
getDefaultWorkFile in class FileOutputFormat<NullWritable,V extends Writable>IOExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.