This is an automated email from the ASF dual-hosted git repository.
slfan1989 pushed a commit to branch docker-hadoop-3.4.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/docker-hadoop-3.4.2 by this
push:
new 0f4c272c015 HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2.
(#8005) Contributed by Shilun Fan
0f4c272c015 is described below
commit 0f4c272c0151e3e897b443d385aef6049603dbd4
Author: slfan1989 <[email protected]>
AuthorDate: Mon Oct 6 08:21:56 2025 +0800
HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2. (#8005) Contributed
by Shilun Fan
* HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2.
Reviewed-by: Attila Doroszlai <[email protected]>
Reviewed-by: Ahmar Suhail <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f3618dacc15..0bb4ba5f065 100644
--- a/Dockerfile
+++ b/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.gz
WORKDIR /opt
RUN sudo rm -rf /opt/hadoop && curl -LSs -o hadoop.tar.gz $HADOOP_URL && tar
zxf hadoop.tar.gz && rm hadoop.tar.gz && mv hadoop* hadoop && rm -rf
/opt/hadoop/share/doc
WORKDIR /opt/hadoop
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]