See: Description
| Class | Description |
|---|---|
| Footer |
Represent the footer for a given file
|
| ParquetFileReader |
Internal implementation of the Parquet file reader as a block container
|
| ParquetFileWriter |
Internal implementation of the Parquet file writer as a block container
|
| ParquetInputFormat<T> |
The input format to read a Parquet file.
|
| ParquetInputSplit |
An input split for the Parquet format
It contains the information to read one block of the file.
|
| ParquetOutputCommitter | |
| ParquetOutputFormat<T> |
OutputFormat to write to a Parquet file
It requires a
WriteSupport to convert the actual records to the underlying format. |
| ParquetReader<T> |
Read records from a Parquet file.
|
| ParquetRecordReader<T> |
Reads the records from a block of a Parquet file
|
| ParquetRecordWriter<T> |
Writes records to a Parquet file
|
| ParquetWriter<T> |
Write records to a Parquet file.
|
| PrintFooter |
Utility to print footer information
|
| Exception | Description |
|---|---|
| BadConfigurationException |
Thrown when the input/output formats are misconfigured
|
Provides classes to store use Parquet files in Hadoop In a map reduce job:
ParquetInputFormat,
In a standalone java app:,
ParquetWriter,
Copyright © 2014. All Rights Reserved.