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

Make build fails #135

Open
recap opened this issue Sep 19, 2022 · 2 comments
Open

Make build fails #135

recap opened this issue Sep 19, 2022 · 2 comments

Comments

@recap
Copy link

recap commented Sep 19, 2022

Make build fails with message
=> ERROR [ 5/10] RUN set -x && curl -fSL "https://www.apache.org/dist/hadoop/common/hadoop-3.2.1/hadoop-3.2.1.tar.gz" -o /tmp/hadoop.tar.gz && curl -fSL "https://www.apache.org/dist/hadoop/common/hadoop-3.2.1/hadoop-3.2.1.tar.gz.asc" -o /tmp/hadoop.tar.gz.asc && gpg --verify /tmp/hadoop.tar.gz.asc && tar -xvf /tmp/hadoop.tar.gz -C /opt/ && rm /tmp/hadoop.tar.gz*

#7 0.391 curl: (22) The requested URL returned error: 404 Not Found

@intael
Copy link

intael commented Oct 1, 2022

That version of hadoop is no longer available to be downloaded there. Use this url instead:

ENV HADOOP_URL https://archive.apache.org/dist/hadoop/common/hadoop-$HADOOP_VERSION/hadoop-$HADOOP_VERSION.tar.gz

@djw-do
Copy link

djw-do commented Mar 8, 2023

For anyone passing by -

in ./base/Dockerfile change HADOOP_VERSION to ENV HADOOP_VERSION 3.2.4. If that 404's you can find the latest version available by browsing to https://downloads.apache.org/hadoop/common/

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