This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 474bc3598 IMPALA-11454: Update toolchain to get smaller Kudu binaries
474bc3598 is described below

commit 474bc35980f9f44f3aee0c34249e970ba980cfcd
Author: Joe McDonnell <[email protected]>
AuthorDate: Tue Aug 23 11:12:02 2022 -0700

    IMPALA-11454: Update toolchain to get smaller Kudu binaries
    
    This updates the toolchain to use a native-toolchain
    with the fix for IMPALA-11454, which reduces the size
    of the Kudu tarball by symlinking the main Kudu
    binaries.
    
    Testing:
     - Ran core job
    
    Change-Id: Id16a64668e9bd8ca046c1a5f1b70eb8a97186fcb
    Reviewed-on: http://gerrit.cloudera.org:8080/18901
    Reviewed-by: Quanlong Huang <[email protected]>
    Reviewed-by: Wenzhe Zhou <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index fd3553de4..353cee20d 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -77,7 +77,7 @@ export IMPALA_VERSION=4.2.0-SNAPSHOT
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=198-9ebe744de2
+export IMPALA_TOOLCHAIN_BUILD_ID=207-21f1a0057a
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p5

Reply via email to