deniskuzZ commented on code in PR #5923:
URL: https://github.com/apache/hive/pull/5923#discussion_r2184808866


##########
packaging/src/docker/Dockerfile:
##########
@@ -26,9 +26,9 @@ ARG HADOOP_VERSION
 ARG HIVE_VERSION
 ARG TEZ_VERSION
 ONBUILD RUN apt-get update && apt-get -y install wget
-ONBUILD RUN wget 
https://archive.apache.org/dist/tez/$TEZ_VERSION/apache-tez-$TEZ_VERSION-bin.tar.gz
 && \
+ONBUILD RUN wget 
https://downloads.apache.org/tez/$TEZ_VERSION/apache-tez-$TEZ_VERSION-bin.tar.gz
 && \
  wget 
https://archive.apache.org/dist/hadoop/core/hadoop-$HADOOP_VERSION/hadoop-$HADOOP_VERSION.tar.gz
 && \

Review Comment:
   The archive also includes EOL versions, which are not recommended for use
   
   https://archive.apache.org/dist/hadoop/
   ````
   THEY MAY BE UNSUPPORTED AND UNSAFE TO USE
   Current releases can be found on our [download 
server](http://downloads.apache.org/).
   ````
   
   In that case, @dengzhhu653 we need to revert `hadoop` to archive in 
https://github.com/apache/hive/blob/6c5e715005c3953de42b584d13b0169e48628e3f/standalone-metastore/packaging/src/docker/build.sh#L69



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to