[
https://issues.apache.org/jira/browse/IMPALA-14609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jichen resolved IMPALA-14609.
-----------------------------
Resolution: Fixed
> Add ARROW_VERSION=15.0.0 to support aarch64
> -------------------------------------------
>
> Key: IMPALA-14609
> URL: https://issues.apache.org/jira/browse/IMPALA-14609
> Project: IMPALA
> Issue Type: Bug
> Components: Toolchain
> Reporter: jichen
> Assignee: jichen
> Priority: Minor
> Fix For: Impala 5.0.0
>
>
> The patch fix the jni loading issue for aarch64 environment.
> impalad fails to start after building in aarch64 environments with error:
> ```
> E IllegalStateException: error loading native libraries:
> java.io.FileNotFoundException: aarch_64/libarrow_cdata_jni.so
> ```
> this is because in arrow 13.0.0,arrow jni so is not available
> in maven central repo. It is available in arrow 14.0.0 or later.
> so we propose to add ARROW_VERSION=15.0.0 to fix this
> jni loading issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)