Skip to content

Commit 6dec8e5

Browse files
authored
Apply suggestions from code review
Use images that exist. We can't use hdfs from 24.7 because there is a tool needed. For consistency, we use the same image for consistency
1 parent b2aa661 commit 6dec8e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/hbase-hdfs-load-cycling-data/distcp-cycling-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
# We use 24.3.0 here which contains the distcp MapReduce components
1212
# This is not included in the 24.7 images and will fail.
1313
# See: https://github.com/stackabletech/docker-images/issues/793
14-
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable24.11.0
14+
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable0.0.0-dev
1515
env:
1616
- name: HADOOP_USER_NAME
1717
value: stackable

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: docker.stackable.tech/stackable/hadoop:3.4.0-stackable24.11.0
11+
image: docker.stackable.tech/stackable/hadoop:3.4.0-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 \

0 commit comments

Comments
 (0)