From 731a61ca23f17bd1a8cbe989e621a63611a85b95 Mon Sep 17 00:00:00 2001 From: Chris Nauroth Date: Wed, 8 Apr 2026 20:14:27 +0000 Subject: [PATCH] HADOOP-19814: Create Hadoop 3.5.0 Docker image --- Dockerfile | 4 ++-- config | 1 - docker-compose.yaml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07645f5b4a984f..0c64ec0f30049a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/apache/hadoop-runner:jdk11-u2204 -ARG HADOOP_VERSION=3.4.3 +FROM ghcr.io/apache/hadoop-runner:jdk17-u2404 +ARG HADOOP_VERSION=3.5.0 ARG BASE_URL=https://dlcdn.apache.org/hadoop/common ARG TARGETPLATFORM WORKDIR /opt/hadoop diff --git a/config b/config index 7b0629804dbf29..502cd442cd9cf7 100644 --- a/config +++ b/config @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -CORE-SITE.XML_fs.default.name=hdfs://namenode CORE-SITE.XML_fs.defaultFS=hdfs://namenode HDFS-SITE.XML_dfs.namenode.rpc-address=namenode:8020 HDFS-SITE.XML_dfs.replication=1 diff --git a/docker-compose.yaml b/docker-compose.yaml index 14c4dc1cbf2859..78dedf3faa4f7c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version: "2" services: namenode: build: .