ayushtkn commented on PR #6049: URL: https://github.com/apache/hive/pull/6049#issuecomment-3239037976
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 -- 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]
