diff --git a/examples/airflow/Dockerfile.template b/examples/airflow/Dockerfile.template index ed889cd93..a95542ce9 100644 --- a/examples/airflow/Dockerfile.template +++ b/examples/airflow/Dockerfile.template @@ -37,9 +37,9 @@ RUN curl https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz ENV HADOOP_HOME="/opt/hadoop" # Install Hive -RUN curl https://dlcdn.apache.org/hive/hive-2.3.9/apache-hive-2.3.9-bin.tar.gz -o apache-hive-2.3.9-bin.tar.gz && \ - tar xf apache-hive-2.3.9-bin.tar.gz -C /opt/ && \ - mv /opt/apache-hive-2.3.9-bin /opt/hive +RUN curl https://dlcdn.apache.org/hive/hive-3.1.3/apache-hive-3.1.3-bin.tar.gz -o apache-hive-3.1.3-bin.tar.gz && \ + tar xf apache-hive-3.1.3-bin.tar.gz -C /opt/ && \ + mv /opt/apache-hive-3.1.3-bin /opt/hive ENV HIVE_HOME="/opt/hive"