| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| org.apache.parquet.hadoop.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ParquetMetadata |
ParquetFileWriter.mergeMetadataFiles(List<org.apache.hadoop.fs.Path> files,
org.apache.hadoop.conf.Configuration conf,
KeyValueMetadataMergeStrategy keyValueMetadataMergeStrategy)
Deprecated.
metadata files are not recommended and will be removed in 2.0.0
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatenatingKeyValueMetadataMergeStrategy
Strategy to concatenate if there are multiple values for a given key in metadata.
|
class |
StrictKeyValueMetadataMergeStrategy
Strategy to throw errors if there are multiple values for a given key in metadata.
|
| Modifier and Type | Method and Description |
|---|---|
FileMetaData |
GlobalMetaData.merge(KeyValueMetadataMergeStrategy keyValueMetadataMergeStrategy)
Will merge the metadata as if it was coming from a single file.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.