| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ParquetReader.Builder<T> |
ParquetReader.builder(ReadSupport<T> readSupport,
org.apache.hadoop.fs.Path path) |
ParquetReader.Builder<T> |
ParquetReader.Builder.withConf(org.apache.hadoop.conf.Configuration conf) |
ParquetReader.Builder<T> |
ParquetReader.Builder.withFilter(FilterCompat.Filter filter) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.