Skip to content

Commit bdccb25

Browse files
committed
hbase 2.6.1 update hadoop dependency to 3.4.1
The wildcard cop
1 parent b33909f commit bdccb25

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hbase/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ USER ${STACKABLE_USER_UID}
206206
WORKDIR /stackable
207207

208208
COPY --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

hbase/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)