Skip to content

Commit 3156f96

Browse files
committed
copy both aws bundle artifacts
1 parent 81aca94 commit 3156f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hbase/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ COPY --from=hadoop-builder --chown=${STACKABLE_USER_UID}:0 \
196196
# The artifact name of the AWS bundle has changed between Haddop 3.3.6 and 3.4.1
197197
# from aws-java-sdk-bundle-*.jar to bundle-*.jar.
198198
# See: https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/aws_sdk_upgrade.html
199+
# So we try to copy both and if one of them doesn't exist buildx will just ignore it :)
199200
/stackable/hadoop/share/hadoop/tools/lib/bundle-*.jar \
201+
/stackable/hadoop/share/hadoop/tools/lib/aws-java-sdk-bundle-*.jar \
200202
/stackable/hadoop/share/hadoop/tools/lib/hadoop-aws-${HADOOP}.jar \
201203
/stackable/hadoop/share/hadoop/tools/lib/
202204

0 commit comments

Comments
 (0)