From df75caa031a9fc10282641a952081c1e68dc9223 Mon Sep 17 00:00:00 2001 From: vatsrahul1001 <43964496+vatsrahul1001@users.noreply.github.com> Date: Mon, 27 May 2024 12:15:30 +0530 Subject: [PATCH] Bump hive version to 4.0.0 as 2.x.x is EOL (#1535) Bump hive version to 4.0.0 --- .circleci/integration-tests/Dockerfile.astro_cloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index 902700f69..c08996a35 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -38,7 +38,7 @@ RUN apt-get update -y \ # Set Hive and Hadoop versions. -ENV HIVE_LIBRARY_VERSION=hive-2.3.9 +ENV HIVE_LIBRARY_VERSION=hive-4.0.0 ENV HADOOP_LIBRARY_VERSION=hadoop-2.10.1 # install AWS CLI