adoroszlai commented on code in PR #8005: URL: https://github.com/apache/hadoop/pull/8005#discussion_r2394132623
########## Dockerfile: ########## @@ -14,7 +14,7 @@ # limitations under the License. FROM apache/hadoop-runner -ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.1/hadoop-3.4.1.tar.gz +ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.2/hadoop-3.4.2.tar Review Comment: BTW do you know why the tarball is published without `.gz`? It still seems to be gzipped: ``` $ file hadoop-3.4.2.tar hadoop-3.4.2.tar: gzip compressed data, ... ``` -- 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]
