| Package | Description |
|---|---|
| org.apache.parquet.crypto | |
| org.apache.parquet.crypto.keytools | |
| 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 |
|---|---|
FileEncryptionProperties |
EncryptionPropertiesFactory.getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig,
org.apache.hadoop.fs.Path tempFilePath,
WriteSupport.WriteContext fileWriteContext)
Get FileEncryptionProperties object which is created by the implementation of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
FileEncryptionProperties |
PropertiesDrivenCryptoFactory.getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig,
org.apache.hadoop.fs.Path tempFilePath,
WriteSupport.WriteContext fileWriteContext) |
| Modifier and Type | Method and Description |
|---|---|
static FileEncryptionProperties |
ParquetOutputFormat.createEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig,
org.apache.hadoop.fs.Path tempFilePath,
WriteSupport.WriteContext fileWriteContext) |
| Modifier and Type | Method and Description |
|---|---|
WriteSupport.WriteContext |
DelegatingWriteSupport.init(org.apache.hadoop.conf.Configuration configuration) |
abstract WriteSupport.WriteContext |
WriteSupport.init(org.apache.hadoop.conf.Configuration configuration)
Deprecated.
override
WriteSupport.init(ParquetConfiguration) instead |
WriteSupport.WriteContext |
DelegatingWriteSupport.init(ParquetConfiguration configuration) |
WriteSupport.WriteContext |
WriteSupport.init(ParquetConfiguration configuration)
called first in the task
|
| Modifier and Type | Method and Description |
|---|---|
WriteSupport.WriteContext |
GroupWriteSupport.init(org.apache.hadoop.conf.Configuration configuration) |
WriteSupport.WriteContext |
GroupWriteSupport.init(ParquetConfiguration configuration) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.