Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The links appear broken #10

Open
jatoledo opened this issue Jun 22, 2020 · 7 comments
Open

The links appear broken #10

jatoledo opened this issue Jun 22, 2020 · 7 comments

Comments

@jatoledo
Copy link

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

@mnmami
Copy link
Collaborator

mnmami commented Jun 22, 2020 via email

@mnmami
Copy link
Collaborator

mnmami commented Jun 22, 2020 via email

@jatoledo
Copy link
Author

@mnmami
Copy link
Collaborator

mnmami commented Jul 1, 2020

Hi @jatoledo

Could you try to replace the old links with the new ones you found and see?

@dachafra
Copy link

dachafra commented Jul 2, 2020

@mnmami would not be better to solve this in the main repo of the tool?

@mnmami
Copy link
Collaborator

mnmami commented Jul 2, 2020

I was not specific. That what I meant, to try the new links and, if functional, submit a pull request for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants