Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
parquet.hadoop.example | |
parquet.hadoop.mapred |
Class and Description |
---|
ParquetInputFormat
The input format to read a Parquet file.
|
ParquetOutputFormat
OutputFormat to write to a Parquet file
It requires a
WriteSupport to convert the actual records to the underlying format. |
ParquetReader
Read records from a Parquet file.
|
ParquetWriter
Write records to a Parquet file.
|
Class and Description |
---|
Footer
Represent the footer for a given file
|
ParquetFileWriter
Internal implementation of the Parquet file writer as a block container
|
ParquetInputSplit
An input split for the Parquet format
It contains the information to read one block of the file.
|
Class and Description |
---|
ParquetInputFormat
The input format to read a Parquet file.
|
ParquetOutputFormat
OutputFormat to write to a Parquet file
It requires a
WriteSupport to convert the actual records to the underlying format. |
Class and Description |
---|
Footer
Represent the footer for a given file
|
ParquetInputFormat
The input format to read a Parquet file.
|
ParquetOutputFormat
OutputFormat to write to a Parquet file
It requires a
WriteSupport to convert the actual records to the underlying format. |
Copyright © 2015. All rights reserved.