-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I have an error when I run this command in docker over Dockerfile:
docker build -t squerall .
Could you update the links in the Dockerfile?
Thank you.
Error:
Step 17/47 : ENV HIVE_HOME /usr/local/hive
---> Running in 3da639beab59
Removing intermediate container 3da639beab59
---> e247dbd6b9be
Step 18/47 : RUN set -x && curl -fSL -o - "$HIVE_URL" | tar xz -C /usr/local && mv /usr/local/apache-hive-$HIVE_VERSION-bin /usr/local/hive
---> Running in 25660ea639f2
+ curl -fSL -o - https://www-eu.apache.org/dist/hive/hive-3.1.1/apache-hive-3.1.1-bin.tar.gz
+ tar xz -C /usr/local
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 257 100 257 0 0 725 0 --:--:-- --:--:-- --:--:-- 725
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c set -x && curl -fSL -o - "$HIVE_URL" | tar xz -C /usr/local && mv /usr/local/apache-hive-$HIVE_VERSION-bin /usr/local/hive' returned a non-zero code: 2
Metadata
Metadata
Assignees
Labels
No labels