Uses of Class
org.apache.parquet.hadoop.CodecFactory
-
Packages that use CodecFactory Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of CodecFactory in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return CodecFactory Modifier and Type Method Description static CodecFactoryCodecFactory. 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.
-