| Package | Description |
|---|---|
| org.apache.parquet.hadoop.api |
APIs to integrate various type systems with Parquet
|
| org.apache.parquet.hadoop.example |
| Modifier and Type | Method and Description |
|---|---|
ReadSupport.ReadContext |
ReadSupport.init(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema)
Deprecated.
override
ReadSupport.init(InitContext) instead |
ReadSupport.ReadContext |
ReadSupport.init(InitContext context)
called in
InputFormat.getSplits(org.apache.hadoop.mapreduce.JobContext) in the front end |
ReadSupport.ReadContext |
DelegatingReadSupport.init(InitContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract RecordMaterializer<T> |
ReadSupport.prepareForRead(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema,
ReadSupport.ReadContext readContext)
called in
RecordReader.initialize(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext) in the back end
the returned RecordMaterializer will materialize the records and add them to the destination |
RecordMaterializer<T> |
DelegatingReadSupport.prepareForRead(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema,
ReadSupport.ReadContext readContext) |
| Modifier and Type | Method and Description |
|---|---|
ReadSupport.ReadContext |
GroupReadSupport.init(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema) |
| Modifier and Type | Method and Description |
|---|---|
RecordMaterializer<Group> |
GroupReadSupport.prepareForRead(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema,
ReadSupport.ReadContext readContext) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.