[ 
https://issues.apache.org/jira/browse/PARQUET-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281764#comment-17281764
 ] 

Martin Tzvetanov Grigorov commented on PARQUET-1975:
----------------------------------------------------

The problem is a bit bigger: brotli-codec is just an implementation of 
org.apache.hadoop.io.compress.Compressor that uses 
[https://github.com/MeteoGroup/jbrotli] but jbrotli is not maintained any more:
{code:java}
The repo has been migrated to Bitbucket 
https://bitbucket.org/dtnse/jbrotli/src/master/ and archived {code}
but there is nothing at Bitbucket ...

MeteoGroup/jbrotli is a wrapper around [https://github.com/google/brotli] but 
only its Maven `parent` and `dec` modules are released at Maven Central: 
https://search.maven.org/search?q=g:org.brotli

> Test failure on ARM64 CPU architecture
> --------------------------------------
>
>                 Key: PARQUET-1975
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1975
>             Project: Parquet
>          Issue Type: Bug
>    Affects Versions: 1.12.0
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> Trying to build Apache Parquet MR on ARM64 fails with:
>  
> {code:java}
> $ mvn clean verify
> ...
> Tests in error: 
>   
> testReadWriteWithCountDeprecated(org.apache.parquet.hadoop.DeprecatedInputFormatTest):
>  org.apache.hadoop.io.compress.CompressionCodec: Provider 
> org.apache.hadoop.io.compress.BrotliCodec could not be instantiated
> {code}
>  
> The reason is that com.github.rdblue:brotli-codec has no binary for aarch64



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to