| 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 |
| Modifier and Type | Method and Description |
|---|---|
FileMetaData |
ParquetFileReader.getFileMetaData() |
| Constructor and Description |
|---|
ParquetFileReader(org.apache.hadoop.conf.Configuration configuration,
FileMetaData fileMetaData,
org.apache.hadoop.fs.Path filePath,
List<BlockMetaData> blocks,
List<ColumnDescriptor> columns)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FileMetaData |
ParquetMetadata.getFileMetaData() |
FileMetaData |
GlobalMetaData.merge()
Will merge the metadata as if it was coming from a single file.
|
| Constructor and Description |
|---|
ParquetMetadata(FileMetaData fileMetaData,
List<BlockMetaData> blocks) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.