| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| org.apache.parquet.hadoop.api |
APIs to integrate various type systems with Parquet
|
| org.apache.parquet.hadoop.example |
| Modifier and Type | Method and Description |
|---|---|
WriteSupport<T> |
ParquetOutputFormat.getWriteSupport(org.apache.hadoop.conf.Configuration configuration) |
protected abstract WriteSupport<T> |
ParquetWriter.Builder.getWriteSupport(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
protected WriteSupport<T> |
ParquetWriter.Builder.getWriteSupport(ParquetConfiguration conf) |
| Constructor and Description |
|---|
ParquetRecordWriter(ParquetFileWriter w,
WriteSupport<T> writeSupport,
MessageType schema,
Map<String,String> extraMetaData,
int blockSize,
int pageSize,
CodecFactory.BytesCompressor compressor,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion)
Deprecated.
|
ParquetRecordWriter(ParquetFileWriter w,
WriteSupport<T> writeSupport,
MessageType schema,
Map<String,String> extraMetaData,
int blockSize,
int pageSize,
CompressionCodecFactory.BytesInputCompressor compressor,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion)
Deprecated.
|
ParquetRecordWriter(ParquetFileWriter w,
WriteSupport<T> writeSupport,
MessageType schema,
Map<String,String> extraMetaData,
long blockSize,
int pageSize,
CodecFactory.BytesCompressor compressor,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion,
MemoryManager memoryManager)
Deprecated.
|
ParquetRecordWriter(ParquetFileWriter w,
WriteSupport<T> writeSupport,
MessageType schema,
Map<String,String> extraMetaData,
long blockSize,
int pageSize,
CompressionCodecFactory.BytesInputCompressor compressor,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion,
MemoryManager memoryManager)
Deprecated.
|
ParquetWriter(org.apache.hadoop.fs.Path file,
org.apache.hadoop.conf.Configuration conf,
WriteSupport<T> writeSupport)
Deprecated.
|
ParquetWriter(org.apache.hadoop.fs.Path file,
ParquetFileWriter.Mode mode,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
boolean enableDictionary,
boolean validating)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion)
Deprecated.
will be removed in 2.0.0
|
ParquetWriter(org.apache.hadoop.fs.Path file,
WriteSupport<T> writeSupport,
CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
int dictionaryPageSize,
boolean enableDictionary,
boolean validating,
ParquetProperties.WriterVersion writerVersion,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
will be removed in 2.0.0
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingWriteSupport<T>
Helps composing write supports
|
| Constructor and Description |
|---|
DelegatingWriteSupport(WriteSupport<T> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupWriteSupport |
| Modifier and Type | Method and Description |
|---|---|
protected WriteSupport<Group> |
ExampleParquetWriter.Builder.getWriteSupport(org.apache.hadoop.conf.Configuration conf) |
protected WriteSupport<Group> |
ExampleParquetWriter.Builder.getWriteSupport(ParquetConfiguration conf) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.