Skip to content

Commit e6857ca

Browse files
committed
fix(demo/hbase-hdfs-load-cycling-data): Revert to 24.3 image for distcp (stackabletech/docker-images#793)
1 parent c7d4bc4 commit e6857ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ spec:
99
containers:
1010
- name: distcp-cycling-data
1111
# We use 24.3.0 here which contains the distcp MapReduce components
12-
# This is not included in the 24.7 images and will fail.
12+
# This is not included in the 24.7 and 24.11 images and will fail.
1313
# See: https://github.com/stackabletech/docker-images/issues/793
14-
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable0.0.0-dev
14+
image: docker.stackable.tech/stackable/hadoop:3.3.6-stackable24.3.0
1515
env:
1616
- name: HADOOP_USER_NAME
1717
value: stackable

0 commit comments

Comments
 (0)