| 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 CodecFactory |
CodecFactory.createDirectCodecFactory(org.apache.hadoop.conf.Configuration config,
org.apache.parquet.bytes.ByteBufferAllocator allocator,
int pageSize)
Create a codec factory that will provide compressors and decompressors
that will work natively with ByteBuffers backed by direct memory.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.