| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| org.apache.parquet.hadoop.api |
APIs to integrate various type systems with Parquet
|
| org.apache.parquet.hadoop.example |
| Class and Description |
|---|
| ReadSupport
Abstraction used by the
ParquetInputFormat to materialize records |
| WriteSupport
Abstraction to use with
ParquetOutputFormat to convert incoming records |
| Class and Description |
|---|
| InitContext
Context passed to ReadSupport when initializing for read
|
| ReadSupport
Abstraction used by the
ParquetInputFormat to materialize records |
| ReadSupport.ReadContext
information to read the file
|
| WriteSupport
Abstraction to use with
ParquetOutputFormat to convert incoming records |
| WriteSupport.FinalizedWriteContext
Information to be added in the file once all the records have been written
|
| WriteSupport.WriteContext
information to be persisted in the file
|
| Class and Description |
|---|
| ReadSupport
Abstraction used by the
ParquetInputFormat to materialize records |
| ReadSupport.ReadContext
information to read the file
|
| WriteSupport
Abstraction to use with
ParquetOutputFormat to convert incoming records |
| WriteSupport.WriteContext
information to be persisted in the file
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.