Skip to content

Commit 4838825

Browse files
authored
chore: Update HDFS to 3.4.1 (#166)
update hdfs to 3.4.1 where applicable
1 parent 62d3866 commit 4838825

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-ny-taxi-data
11-
image: oci.stackable.tech/sdp/hadoop:3.4.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/hadoop:3.4.1-stackable0.0.0-dev
1212
# yamllint disable rule:line-length
1313
command: ["bash", "-c", "/stackable/hadoop/bin/hdfs dfs -mkdir -p /ny-taxi-data/raw \
1414
&& cd /tmp \

stacks/dual-hive-hdfs-s3/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: hdfs
2626
spec:
2727
image:
28-
productVersion: 3.4.0
28+
productVersion: 3.4.1
2929
clusterConfig:
3030
listenerClass: external-unstable
3131
dfsReplication: 1

stacks/end-to-end-security/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hdfs
66
spec:
77
image:
8-
productVersion: 3.4.0
8+
productVersion: 3.4.1
99
clusterConfig:
1010
zookeeperConfigMapName: hdfs-znode
1111
authentication:

stacks/hdfs-hbase/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hdfs
66
spec:
77
image:
8-
productVersion: 3.4.0
8+
productVersion: 3.4.1
99
clusterConfig:
1010
dfsReplication: 1
1111
zookeeperConfigMapName: hdfs-znode

stacks/jupyterhub-pyspark-hdfs/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
name: hdfs
1414
spec:
1515
image:
16-
productVersion: 3.4.0
16+
productVersion: 3.4.1
1717
clusterConfig:
1818
dfsReplication: 1
1919
zookeeperConfigMapName: hdfs-znode

stacks/keycloak-opa-poc/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hdfs
66
spec:
77
image:
8-
productVersion: 3.4.0
8+
productVersion: 3.4.1
99
clusterConfig:
1010
dfsReplication: 1
1111
zookeeperConfigMapName: hdfs-znode

0 commit comments

Comments
 (0)