[
https://issues.apache.org/jira/browse/IMPALA-14609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044491#comment-18044491
]
ASF subversion and git services commented on IMPALA-14609:
----------------------------------------------------------
Commit bf517d332358b2263bb692cb40dc518d5e081c4d in impala's branch
refs/heads/master from jichen0919
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=bf517d332 ]
IMPALA-14610: Bump up arrow version to 15.0.0
The patch bumped up the arrow version to 15.0.0 and use
latest toolchain to fix the arrow jni loading issue for linux on
aarch64 environment.
Background:
We have fixed jni loading issue for aarch64 environment from
native toolchain side in IMPALA-14609. We also need to bump up
arrow version to 15.0.0 and use the toolchain to fix the issue.
Testing:
Built new toolchain and pass paimon test in aarch64
environment.
Change-Id: I7b8dd6ab43cf05b4339880ecec0d1f48e44ef294
Reviewed-on: http://gerrit.cloudera.org:8080/23756
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Zoltan Borok-Nagy <[email protected]>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]