| Package | Description |
|---|---|
| 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 |
|---|
| 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 © 2014. All Rights Reserved.