You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
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
The text was updated successfully, but these errors were encountered: