ji chen has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/23754 )
Change subject: IMPALA-14609: Add ARROW_VERSION=15.0.0 to support aarch64 ...................................................................... IMPALA-14609: Add ARROW_VERSION=15.0.0 to support aarch64 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. Testing: Built new toolchain and pass paimon test in aarch64 environment. Change-Id: Ie040c0ef171d281b1cc1ad929e61cc817a9e4210 --- M buildall.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/54/23754/2 -- To view, visit http://gerrit.cloudera.org:8080/23754 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ie040c0ef171d281b1cc1ad929e61cc817a9e4210 Gerrit-Change-Number: 23754 Gerrit-PatchSet: 2 Gerrit-Owner: ji chen <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
