Skip to content

The links appear broken #10

@jatoledo

Description

@jatoledo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions