| Modifier and Type | Field and Description |
|---|---|
protected ParquetOutputFormat<V> |
realOutputFormat |
| Constructor and Description |
|---|
DeprecatedParquetOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapred.RecordWriter<Void,V> |
getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.mapred.JobConf conf,
String name,
org.apache.hadoop.util.Progressable progress) |
static void |
setAsOutputFormat(org.apache.hadoop.mapred.JobConf jobConf) |
static void |
setBlockSize(org.apache.hadoop.conf.Configuration configuration,
int blockSize) |
static void |
setCompression(org.apache.hadoop.conf.Configuration configuration,
org.apache.parquet.hadoop.metadata.CompressionCodecName compression) |
static void |
setEnableDictionary(org.apache.hadoop.conf.Configuration configuration,
boolean enableDictionary) |
static void |
setPageSize(org.apache.hadoop.conf.Configuration configuration,
int pageSize) |
static void |
setWriteSupportClass(org.apache.hadoop.conf.Configuration configuration,
Class<?> writeSupportClass) |
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPathprotected ParquetOutputFormat<V> realOutputFormat
public static void setWriteSupportClass(org.apache.hadoop.conf.Configuration configuration,
Class<?> writeSupportClass)
public static void setBlockSize(org.apache.hadoop.conf.Configuration configuration,
int blockSize)
public static void setPageSize(org.apache.hadoop.conf.Configuration configuration,
int pageSize)
public static void setCompression(org.apache.hadoop.conf.Configuration configuration,
org.apache.parquet.hadoop.metadata.CompressionCodecName compression)
public static void setEnableDictionary(org.apache.hadoop.conf.Configuration configuration,
boolean enableDictionary)
public static void setAsOutputFormat(org.apache.hadoop.mapred.JobConf jobConf)
public org.apache.hadoop.mapred.RecordWriter<Void,V> getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf conf, String name, org.apache.hadoop.util.Progressable progress) throws IOException
getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<Void,V>getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<Void,V>IOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.