slfan1989 commented on PR #6049: URL: https://github.com/apache/hive/pull/6049#issuecomment-3239063041
> there is some issue with docker image building now > > ``` > + HADOOP_FILE_NAME=hadoop-3.4.2.tar.gz > + HADOOP_URL=https://archive.apache.org/dist/hadoop/core/hadoop-3.4.2/hadoop-3.4.2.tar.gz > + '[' '!' -f /Users/ayushsaxena/code/hive/packaging/src/docker/../../cache/hadoop-3.4.2.tar.gz ']' > + echo 'Downloading Hadoop from https://archive.apache.org/dist/hadoop/core/hadoop-3.4.2/hadoop-3.4.2.tar.gz...' > Downloading Hadoop from https://archive.apache.org/dist/hadoop/core/hadoop-3.4.2/hadoop-3.4.2.tar.gz... > + curl --fail -L https://archive.apache.org/dist/hadoop/core/hadoop-3.4.2/hadoop-3.4.2.tar.gz -o /Users/ayushsaxena/code/hive/packaging/src/docker/../../cache/hadoop-3.4.2.tar.gz.tmp > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > + echo 'Fail to download Hadoop, exiting....' > Fail to download Hadoop, exiting.... > + exit 1 > ``` > > This file doesn't exist ` https://archive.apache.org/dist/hadoop/core/hadoop-3.4.2/hadoop-3.4.2.tar.gz.` > > They just uploaded the lean tar, not the full tar > > On the release page as well, as of now if you click on download tar.gz, it is broken https://hadoop.apache.org/release/3.4.2.html @ayushtkn Thank you for the information. I attempted to download the full tar, but was unable to. I will @ Ahmar in this PR and send an email to explain the situation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
