public class HoodieAvroParquetConfig extends HoodieBaseParquetConfig<HoodieAvroWriteSupport>
| Constructor and Description |
|---|
HoodieAvroParquetConfig(HoodieAvroWriteSupport writeSupport,
org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
long maxFileSize,
org.apache.hadoop.conf.Configuration hadoopConf,
double compressionRatio) |
HoodieAvroParquetConfig(HoodieAvroWriteSupport writeSupport,
org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
long maxFileSize,
org.apache.hadoop.conf.Configuration hadoopConf,
double compressionRatio,
boolean directoryEnabled) |
dictionaryEnabled, getBlockSize, getCompressionCodecName, getCompressionRatio, getHadoopConf, getMaxFileSize, getPageSize, getWriteSupportpublic HoodieAvroParquetConfig(HoodieAvroWriteSupport writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, long maxFileSize, org.apache.hadoop.conf.Configuration hadoopConf, double compressionRatio)
public HoodieAvroParquetConfig(HoodieAvroWriteSupport writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, long maxFileSize, org.apache.hadoop.conf.Configuration hadoopConf, double compressionRatio, boolean directoryEnabled)
Copyright © 2022 The Apache Software Foundation. All rights reserved.