Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion stacks/dual-hive-hdfs-s3/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: hdfs
spec:
image:
productVersion: 3.4.1
productVersion: 3.4.2
clusterConfig:
listenerClass: external-unstable
dfsReplication: 1
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hdfs
spec:
image:
productVersion: 3.4.1
productVersion: 3.4.2
clusterConfig:
zookeeperConfigMapName: hdfs-znode
authentication:
Expand Down
2 changes: 1 addition & 1 deletion stacks/hdfs-hbase/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hdfs
spec:
image:
productVersion: 3.4.1
productVersion: 3.4.2
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: hdfs-znode
Expand Down
2 changes: 1 addition & 1 deletion stacks/jupyterhub-pyspark-hdfs/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: hdfs
spec:
image:
productVersion: 3.4.1
productVersion: 3.4.2
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: hdfs-znode
Expand Down
2 changes: 1 addition & 1 deletion stacks/keycloak-opa-poc/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hdfs
spec:
image:
productVersion: 3.4.1
productVersion: 3.4.2
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: hdfs-znode
Expand Down