We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f13f0f commit 7c08020Copy full SHA for 7c08020
metastore-image/Dockerfile
@@ -20,9 +20,9 @@ FROM openjdk:8-jre
20
21
# Copy binary distributions from Apache servers/mirrors
22
RUN cd /opt && \
23
- wget http://apache.lauf-forum.at/hadoop/common/hadoop-2.9.2/hadoop-2.9.2.tar.gz && \
+ wget https://archive.apache.org/dist/hadoop/common/hadoop-2.9.2/hadoop-2.9.2.tar.gz && \
24
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
+ wget https://archive.apache.org/dist/hive/hive-2.3.6/apache-hive-2.3.6-bin.tar.gz
26
27
# Install Hadoop
28
0 commit comments