Uses of Interface
org.apache.parquet.hadoop.metadata.KeyValueMetadataMergeStrategy
-
Packages that use KeyValueMetadataMergeStrategy Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.metadata -
-
Uses of KeyValueMetadataMergeStrategy in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop with parameters of type KeyValueMetadataMergeStrategy Modifier and Type Method Description static ParquetMetadataParquetFileWriter. 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 -
Uses of KeyValueMetadataMergeStrategy in org.apache.parquet.hadoop.metadata
Classes in org.apache.parquet.hadoop.metadata that implement KeyValueMetadataMergeStrategy Modifier and Type Class Description classConcatenatingKeyValueMetadataMergeStrategyStrategy to concatenate if there are multiple values for a given key in metadata.classStrictKeyValueMetadataMergeStrategyStrategy to throw errors if there are multiple values for a given key in metadata.Methods in org.apache.parquet.hadoop.metadata with parameters of type KeyValueMetadataMergeStrategy Modifier and Type Method Description FileMetaDataGlobalMetaData. merge(KeyValueMetadataMergeStrategy keyValueMetadataMergeStrategy)Will merge the metadata as if it was coming from a single file.
-