Package org.apache.parquet.hadoop.mapred
Class DeprecatedParquetOutputFormat<V>
- java.lang.Object
-
- org.apache.hadoop.mapred.FileOutputFormat<Void,V>
-
- org.apache.parquet.hadoop.mapred.DeprecatedParquetOutputFormat<V>
-
-
Field Summary
Fields Modifier and Type Field Description protected ParquetOutputFormat<V>realOutputFormat
-
Constructor Summary
Constructors Constructor Description DeprecatedParquetOutputFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 voidsetAsOutputFormat(org.apache.hadoop.mapred.JobConf jobConf)static voidsetBlockSize(org.apache.hadoop.conf.Configuration configuration, int blockSize)static voidsetCompression(org.apache.hadoop.conf.Configuration configuration, org.apache.parquet.hadoop.metadata.CompressionCodecName compression)static voidsetEnableDictionary(org.apache.hadoop.conf.Configuration configuration, boolean enableDictionary)static voidsetPageSize(org.apache.hadoop.conf.Configuration configuration, int pageSize)static voidsetWriteSupportClass(org.apache.hadoop.conf.Configuration configuration, Class<?> writeSupportClass)-
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPath
-
-
-
-
Field Detail
-
realOutputFormat
protected ParquetOutputFormat<V> realOutputFormat
-
-
Method Detail
-
setWriteSupportClass
public static void setWriteSupportClass(org.apache.hadoop.conf.Configuration configuration, Class<?> writeSupportClass)
-
setBlockSize
public static void setBlockSize(org.apache.hadoop.conf.Configuration configuration, int blockSize)
-
setPageSize
public static void setPageSize(org.apache.hadoop.conf.Configuration configuration, int pageSize)
-
setCompression
public static void setCompression(org.apache.hadoop.conf.Configuration configuration, org.apache.parquet.hadoop.metadata.CompressionCodecName compression)
-
setEnableDictionary
public static void setEnableDictionary(org.apache.hadoop.conf.Configuration configuration, boolean enableDictionary)
-
setAsOutputFormat
public static void setAsOutputFormat(org.apache.hadoop.mapred.JobConf jobConf)
-
getRecordWriter
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
- Specified by:
getRecordWriterin interfaceorg.apache.hadoop.mapred.OutputFormat<Void,V>- Specified by:
getRecordWriterin classorg.apache.hadoop.mapred.FileOutputFormat<Void,V>- Throws:
IOException
-
-