diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index c08996a35..18462a037 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-4.0.0 +ENV HIVE_LIBRARY_VERSION=hive-3.1.3 ENV HADOOP_LIBRARY_VERSION=hadoop-2.10.1 # install AWS CLI diff --git a/astronomer/providers/apache/hive/example_dags/example_hive.py b/astronomer/providers/apache/hive/example_dags/example_hive.py index 7cd2deecf..d759e8d38 100644 --- a/astronomer/providers/apache/hive/example_dags/example_hive.py +++ b/astronomer/providers/apache/hive/example_dags/example_hive.py @@ -55,7 +55,7 @@ # match the hive and hadoop versions same as specified in the integration tests `Dockefile`. JOB_FLOW_OVERRIDES = { "Name": HIVE_CLUSTER, - "ReleaseLabel": "emr-5.34.0", + "ReleaseLabel": "emr-6.6.0", "Applications": [ {"Name": "Spark"}, {