-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Ok, will look into it. However, Github is meanwhile down :)
…---
Mohamed Nadjib Mami
Data Engineer @ Deutsche Post DHL Group
PhD Student @ Bonn University
Website <http://mohamednadjibmami.com> -
*LinkedIn <http://fr.linkedin.com/in/mohamednadjibmami/>*
On Mon, Jun 22, 2020 at 9:19 PM Jhon Toledo ***@***.***> wrote:
Hi,
I have an error when I run this command in docker over Dockerfile
<https://github.com/EIS-Bonn/Squerall/blob/master/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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ2F6VTGX7IWHOFHCSUELDRX6VFTANCNFSM4OE62UQA>
.
|
It's due to GitHub is down.
…On Mon, Jun 22, 2020, 21:58 Jhon Toledo ***@***.***> wrote:
Ok.
These links are also broken.
https://github.com/EIS-Bonn/Squerall/blob/master/Dockerfile#L131
https://github.com/EIS-Bonn/Squerall/blob/master/Dockerfile#L53
https://github.com/EIS-Bonn/Squerall/blob/master/Dockerfile#L54
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ2F6XA4Z5FVOJZRSAUZUTRX6ZXXANCNFSM4OE62UQA>
.
|
The links are not from GitHub. I wrote in this issue9 Thank you. |
Hi @jatoledo Could you try to replace the old links with the new ones you found and see? |
@mnmami would not be better to solve this in the main repo of the tool? |
I was not specific. That what I meant, to try the new links and, if functional, submit a pull request for it. |
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:
The text was updated successfully, but these errors were encountered: