| Package | Description |
|---|---|
| org.apache.parquet.format.converter | |
| 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 |
|---|---|
ParquetMetadata |
ParquetMetadataConverter.fromParquetMetadata(org.apache.parquet.format.FileMetaData parquetMetadata) |
ParquetMetadata |
ParquetMetadataConverter.readParquetMetadata(InputStream from)
Deprecated.
|
ParquetMetadata |
ParquetMetadataConverter.readParquetMetadata(InputStream from,
ParquetMetadataConverter.MetadataFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.format.FileMetaData |
ParquetMetadataConverter.toParquetMetadata(int currentVersion,
ParquetMetadata parquetMetadata) |
| Modifier and Type | Method and Description |
|---|---|
ParquetMetadata |
ParquetFileReader.getFooter() |
ParquetMetadata |
Footer.getParquetMetadata() |
static ParquetMetadata |
ParquetFileReader.readFooter(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.FileStatus file)
Deprecated.
use
ParquetFileReader#readFooter(Configuration, FileStatus, MetadataFilter) |
static ParquetMetadata |
ParquetFileReader.readFooter(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.FileStatus file,
ParquetMetadataConverter.MetadataFilter filter)
Reads the meta data block in the footer of the file
|
static ParquetMetadata |
ParquetFileReader.readFooter(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path file)
Deprecated.
|
static ParquetMetadata |
ParquetFileReader.readFooter(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path file,
ParquetMetadataConverter.MetadataFilter filter)
Reads the meta data in the footer of the file.
|
static ParquetMetadata |
ParquetFileReader.readFooter(InputFile file,
ParquetMetadataConverter.MetadataFilter filter)
Reads the meta data block in the footer of the file using provided input stream
|
| Modifier and Type | Method and Description |
|---|---|
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadata footer) |
| Constructor and Description |
|---|
Footer(org.apache.hadoop.fs.Path file,
ParquetMetadata parquetMetadata) |
ParquetFileReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadata footer) |
| Modifier and Type | Method and Description |
|---|---|
static ParquetMetadata |
ParquetMetadata.fromJSON(String json) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParquetMetadata.toJSON(ParquetMetadata parquetMetaData) |
static String |
ParquetMetadata.toPrettyJSON(ParquetMetadata parquetMetaData) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.