File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,10 @@ USER ${STACKABLE_USER_UID}
206206WORKDIR /stackable
207207
208208COPY --from=hadoop-builder --chown=${STACKABLE_USER_UID}:0 \
209- /stackable/hadoop/share/hadoop/tools/lib/aws-java-sdk-bundle-*.jar \
209+ # The artifact name of the AWS bundle has changed between Haddop 3.3.6 and 3.4.1
210+ # from aws-java-sdk-bundle-*.jar to bundle-*.jar.
211+ # See: https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/aws_sdk_upgrade.html
212+ /stackable/hadoop/share/hadoop/tools/lib/bundle-*.jar \
210213 /stackable/hadoop/share/hadoop/tools/lib/hadoop-aws-${HADOOP}.jar \
211214 /stackable/hadoop/share/hadoop/tools/lib/
212215
Original file line number Diff line number Diff line change 1010 "async_profiler" : "2.9" ,
1111 "phoenix" : "5.2.1" ,
1212 "hbase_profile" : "2.6" ,
13- "hadoop" : "3.3.6 " ,
13+ "hadoop" : "3.4.1 " ,
1414 "jmx_exporter" : "" , # 2.6 exports jmx and prometheus metrics by default
1515 "opa_authorizer" : "0.1.0" , # only for HBase 2.6.1
1616 "delete_caches" : "true" ,
You can’t perform that action at this time.
0 commit comments