EIS-Bonn / Squerall

An implementation of the so-called Semantic Data Lake, using Apache Spark and Presto.
https://eis-bonn.github.io/Squerall/
Apache License 2.0
30 stars 12 forks source link

The links appear broken #10

Open jatoledo opened 4 years ago

jatoledo commented 4 years ago

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 commented 4 years ago

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 notifications@github.com 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

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 https://github.com/EIS-Bonn/Squerall/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ2F6VTGX7IWHOFHCSUELDRX6VFTANCNFSM4OE62UQA .

jatoledo commented 4 years ago

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

mnmami commented 4 years ago

It's due to GitHub is down.

On Mon, Jun 22, 2020, 21:58 Jhon Toledo notifications@github.com 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 https://github.com/EIS-Bonn/Squerall/issues/10#issuecomment-647739733, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ2F6XA4Z5FVOJZRSAUZUTRX6ZXXANCNFSM4OE62UQA .

jatoledo commented 4 years ago

The links are not from GitHub. e.g. In this line in your Dockerfile: https://github.com/EIS-Bonn/Squerall/blob/master/Dockerfile#L131 your link is : http://central.maven.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0.jar The right link is: https://repo.maven.apache.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0.jar

I wrote in this issue9

Thank you.

mnmami commented 4 years ago

Hi @jatoledo

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

dachafra commented 4 years ago

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

mnmami commented 4 years ago

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