From 28fd391a528b6d6b3cd44f138137eba4d674e315 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Thu, 2 Oct 2025 10:45:32 +0200 Subject: [PATCH] bump hadoop to 3.4.2 --- .../load-test-data.yaml | 2 +- stacks/dual-hive-hdfs-s3/hdfs.yaml | 2 +- stacks/end-to-end-security/hdfs.yaml | 2 +- stacks/hdfs-hbase/hdfs.yaml | 2 +- stacks/jupyterhub-pyspark-hdfs/hdfs.yaml | 2 +- stacks/keycloak-opa-poc/hdfs.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml b/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml index 800dd9c5..e18be11c 100644 --- a/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml +++ b/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: load-ny-taxi-data - image: oci.stackable.tech/sdp/hadoop:3.4.1-stackable0.0.0-dev + image: oci.stackable.tech/sdp/hadoop:3.4.2-stackable0.0.0-dev # yamllint disable rule:line-length command: ["bash", "-c", "/stackable/hadoop/bin/hdfs dfs -mkdir -p /ny-taxi-data/raw \ && cd /tmp \ diff --git a/stacks/dual-hive-hdfs-s3/hdfs.yaml b/stacks/dual-hive-hdfs-s3/hdfs.yaml index 5838c164..551525c6 100644 --- a/stacks/dual-hive-hdfs-s3/hdfs.yaml +++ b/stacks/dual-hive-hdfs-s3/hdfs.yaml @@ -25,7 +25,7 @@ metadata: name: hdfs spec: image: - productVersion: 3.4.1 + productVersion: 3.4.2 clusterConfig: listenerClass: external-unstable dfsReplication: 1 diff --git a/stacks/end-to-end-security/hdfs.yaml b/stacks/end-to-end-security/hdfs.yaml index ddbf1fc1..741611fc 100644 --- a/stacks/end-to-end-security/hdfs.yaml +++ b/stacks/end-to-end-security/hdfs.yaml @@ -5,7 +5,7 @@ metadata: name: hdfs spec: image: - productVersion: 3.4.1 + productVersion: 3.4.2 clusterConfig: zookeeperConfigMapName: hdfs-znode authentication: diff --git a/stacks/hdfs-hbase/hdfs.yaml b/stacks/hdfs-hbase/hdfs.yaml index 2157654c..b940f3b1 100644 --- a/stacks/hdfs-hbase/hdfs.yaml +++ b/stacks/hdfs-hbase/hdfs.yaml @@ -5,7 +5,7 @@ metadata: name: hdfs spec: image: - productVersion: 3.4.1 + productVersion: 3.4.2 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: hdfs-znode diff --git a/stacks/jupyterhub-pyspark-hdfs/hdfs.yaml b/stacks/jupyterhub-pyspark-hdfs/hdfs.yaml index 1133cd38..cfd739d7 100644 --- a/stacks/jupyterhub-pyspark-hdfs/hdfs.yaml +++ b/stacks/jupyterhub-pyspark-hdfs/hdfs.yaml @@ -13,7 +13,7 @@ metadata: name: hdfs spec: image: - productVersion: 3.4.1 + productVersion: 3.4.2 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: hdfs-znode diff --git a/stacks/keycloak-opa-poc/hdfs.yaml b/stacks/keycloak-opa-poc/hdfs.yaml index a0a8e290..3f7b1839 100644 --- a/stacks/keycloak-opa-poc/hdfs.yaml +++ b/stacks/keycloak-opa-poc/hdfs.yaml @@ -5,7 +5,7 @@ metadata: name: hdfs spec: image: - productVersion: 3.4.1 + productVersion: 3.4.2 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: hdfs-znode