This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit c5b490fa40ba6e1fd89416b697ef96b77adec13a Author: Fucun Chu <[email protected]> AuthorDate: Tue Jul 12 00:33:36 2022 +0800 IMPALA-11422: Bump Apache Hive to 3.1.3 This patch bump up version of Apache Hive to 3.1.3. Change-Id: I395a99cccf0a8902b3fd47235c32b69c5494f291 Reviewed-on: http://gerrit.cloudera.org:8080/18716 Reviewed-by: Impala Public Jenkins <[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 4aec2d408..1cbb46c9f 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -215,7 +215,7 @@ export CDP_TEZ_VERSION=0.9.1.7.2.16.0-164 # Ref: https://infra.apache.org/release-download-pages.html#closer : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"} export APACHE_MIRROR -export APACHE_HIVE_VERSION=3.1.2 +export APACHE_HIVE_VERSION=3.1.3 export APACHE_HIVE_STORAGE_API_VERSION=2.7.0 export APACHE_OZONE_VERSION=1.2.1
