From 807c0ccc81254052865fba369a4cee3ca9af7e63 Mon Sep 17 00:00:00 2001 From: vatsrahul1001 Date: Sun, 13 Oct 2024 08:19:48 +0530 Subject: [PATCH] bump-hive-version --- .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 9744180f5..9ae56373e 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-3.1.3 +ENV HIVE_LIBRARY_VERSION=hive-4.0.1 ENV HADOOP_LIBRARY_VERSION=hadoop-2.10.1 # install AWS CLI