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

ASF subversion and git services commented on IMPALA-11157:
----------------------------------------------------------

Commit 1d404838a07743cdf806c0729c04ebd153634ece in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1d404838a ]

IMPALA-11157: Use native-toolchain hadoop for aarch64

Uses hadoop binaries from native-toolchain for aarch64 rather than
pre-built binaries from an individual's GitHub repo.

Change-Id: Ide5ad327d6ce7c2a6b7d0ec4cf1dd53fef987720
Reviewed-on: http://gerrit.cloudera.org:8080/20737
Reviewed-by: Laszlo Gaal <[email protected]>
Tested-by: Michael Smith <[email protected]>


> Build native Hadoop libraries for aarch64
> -----------------------------------------
>
>                 Key: IMPALA-11157
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11157
>             Project: IMPALA
>          Issue Type: Task
>    Affects Versions: Impala 4.0.0
>            Reporter: Quanlong Huang
>            Assignee: Michael Smith
>            Priority: Major
>              Labels: arm
>
> When building on aarch64, the build script downloads some libs from a 
> personal github repo: 
> [https://github.com/apache/impala/blob/374783c55ebdb07fbf669c2c5d80c4b01eb39d2b/buildall.sh#L411-L412]
> {code:bash}
>     # Create soft link to locally builded native-toolchain on aarch64
>     if [[ "$(uname -p)" = "aarch64" ]]; then
>       mkdir -p $IMPALA_TOOLCHAIN_PACKAGES_HOME
>       cd "$IMPALA_TOOLCHAIN_PACKAGES_HOME"
>       ln -f -s ${NATIVE_TOOLCHAIN_HOME}/build/* .
>       cd -
>       if ! [[ -d "$IMPALA_HOME/../hadoopAarch64NativeLibs" ]]; then
>         git clone https://github.com/zhaorenhai/hadoopAarch64NativeLibs \
>           "$IMPALA_HOME/../hadoopAarch64NativeLibs"
>       fi
>       cp $IMPALA_HOME/../hadoopAarch64NativeLibs/lib*  
> $HADOOP_HOME/lib/native/
>     fi{code}
> We should download those libs using offical URLs.
> CC [~RenhaiZhao], [~huangtianhua] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to