Skip to content

Commit 56cbf8b

Browse files
committed
Fix: Hive version in the Airflow docker image
1 parent 8452cc7 commit 56cbf8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/airflow/Dockerfile.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ RUN curl https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz
3737
ENV HADOOP_HOME="/opt/hadoop"
3838

3939
# Install Hive
40-
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 && \
41-
tar xf apache-hive-2.3.9-bin.tar.gz -C /opt/ && \
42-
mv /opt/apache-hive-2.3.9-bin /opt/hive
40+
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 && \
41+
tar xf apache-hive-3.1.3-bin.tar.gz -C /opt/ && \
42+
mv /opt/apache-hive-3.1.3-bin /opt/hive
4343

4444
ENV HIVE_HOME="/opt/hive"
4545

0 commit comments

Comments
 (0)