martin-g commented on pull request #872:
URL: https://github.com/apache/parquet-mr/pull/872#issuecomment-781912160


   The problem is 
org.apache.hadoop.io.compress.CompressionCodecFactory#CODEC_PROVIDERS 
(hadoop-common:2.10.1) - 
https://github.com/apache/hadoop/blob/branch-2.10.1/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java#L42.
 
   It uses ServiceLoader API to load all implementations of 
org.apache.hadoop.io.compress.CompressionCodec and brotli-codec fails due to 
the missing binary.
   So, having the dependency on the classpath breaks the **loading** of 
CompressionCodecFactory class and even code that does not use Brotli but any of 
the other compressions fails immediately.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to