Skip to content

Commit 7c08020

Browse files
committed
Fix download links for Hive and Hadoop
1 parent 8f13f0f commit 7c08020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metastore-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ FROM openjdk:8-jre
2020

2121
# Copy binary distributions from Apache servers/mirrors
2222
RUN cd /opt && \
23-
wget http://apache.lauf-forum.at/hadoop/common/hadoop-2.9.2/hadoop-2.9.2.tar.gz && \
23+
wget https://archive.apache.org/dist/hadoop/common/hadoop-2.9.2/hadoop-2.9.2.tar.gz && \
2424
wget http://archive.apache.org/dist/db/derby/db-derby-10.10.2.0/db-derby-10.10.2.0-bin.tar.gz && \
25-
wget http://apache.lauf-forum.at/hive/hive-2.3.6/apache-hive-2.3.6-bin.tar.gz
25+
wget https://archive.apache.org/dist/hive/hive-2.3.6/apache-hive-2.3.6-bin.tar.gz
2626

2727
# Install Hadoop
2828
RUN cd /opt && \

0 commit comments

Comments
 (0)