We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452cc7 commit 56cbf8bCopy full SHA for 56cbf8b
1 file changed
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
37
ENV HADOOP_HOME="/opt/hadoop"
38
39
# 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
+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
43
44
ENV HIVE_HOME="/opt/hive"
45
0 commit comments