Uses of Class
org.apache.parquet.hadoop.codec.CodecConfig
-
Packages that use CodecConfig Package Description org.apache.parquet.hadoop.codec -
-
Uses of CodecConfig in org.apache.parquet.hadoop.codec
Methods in org.apache.parquet.hadoop.codec that return CodecConfig Modifier and Type Method Description static CodecConfigCodecConfig. from(org.apache.hadoop.mapred.JobConf jobConf)use mapred api to read codec configstatic CodecConfigCodecConfig. from(org.apache.hadoop.mapreduce.TaskAttemptContext context)use mapreduce api to read codec config
-