We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aca94 commit 3156f96Copy full SHA for 3156f96
hbase/Dockerfile
@@ -196,7 +196,9 @@ COPY --from=hadoop-builder --chown=${STACKABLE_USER_UID}:0 \
196
# The artifact name of the AWS bundle has changed between Haddop 3.3.6 and 3.4.1
197
# from aws-java-sdk-bundle-*.jar to bundle-*.jar.
198
# 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 :)
200
/stackable/hadoop/share/hadoop/tools/lib/bundle-*.jar \
201
+ /stackable/hadoop/share/hadoop/tools/lib/aws-java-sdk-bundle-*.jar \
202
/stackable/hadoop/share/hadoop/tools/lib/hadoop-aws-${HADOOP}.jar \
203
/stackable/hadoop/share/hadoop/tools/lib/
204
0 commit comments