You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2022/02/07 18:38:35 UTC

[impala] 02/02: IMPALA-11103: Switch to CMake 3.22.2 to avoid boost warnings

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

commit 5090c44eff956b2a4705d9441bb3f29a0ea93b59
Author: Joe McDonnell <jo...@cloudera.com>
AuthorDate: Thu Feb 3 16:46:22 2022 -0800

    IMPALA-11103: Switch to CMake 3.22.2 to avoid boost warnings
    
    With the recent upgrade of boost to 1.74, CMake's FindBoost
    now produces some warnings like:
    CMake Warning at cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:905 (message):
    New Boost version may have incorrect or missing dependencies and imported
    targets
    
    This upgrades CMake 3.22.2, which has support for newer Boost
    versions. With the new CMake, the warning goes away.
    
    This also upgrades ORC to 1.7.0-p6.
    
    Testing:
     - Ran core tests
    
    Change-Id: I1d59b346c0def5bbd3580f81438c78dbc16948e7
    Reviewed-on: http://gerrit.cloudera.org:8080/18199
    Reviewed-by: Wenzhe Zhou <wz...@cloudera.com>
    Reviewed-by: Quanlong Huang <hu...@gmail.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 9e19c5f..3cf2258 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -68,7 +68,7 @@ fi
 # 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=81-db38b5fb38
+export IMPALA_TOOLCHAIN_BUILD_ID=109-ae66315534
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p5
@@ -83,7 +83,7 @@ export IMPALA_BZIP2_VERSION=1.0.8-p2
 unset IMPALA_BZIP2_URL
 export IMPALA_CCTZ_VERSION=2.2
 unset IMPALA_CCTZ_URL
-export IMPALA_CMAKE_VERSION=3.14.3
+export IMPALA_CMAKE_VERSION=3.22.2
 unset IMPALA_CMAKE_URL
 export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e-p2
 unset IMPALA_CRCUTIL_URL
@@ -136,7 +136,7 @@ export IMPALA_OPENLDAP_VERSION=2.4.47
 unset IMPALA_OPENLDAP_URL
 export IMPALA_OPENSSL_VERSION=1.0.2l
 unset IMPALA_OPENSSL_URL
-export IMPALA_ORC_VERSION=1.7.0-p5
+export IMPALA_ORC_VERSION=1.7.0-p6
 unset IMPALA_ORC_URL
 export IMPALA_PROTOBUF_VERSION=3.14.0
 unset IMPALA_PROTOBUF_URL