Skip to content

Commit 0667811

Browse files
razvansbernauer
andauthored
chore(spark): update hadoop dependencies (#1297)
* chore(spark): update hdfs dependencies * bump hbase version * add maven repo links for logging libs * Update spark-k8s/boil-config.toml Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent fa37db0 commit 0667811

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

spark-k8s/boil-config.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
[versions."3.5.6".local-images]
2-
"hadoop/hadoop" = "3.4.1" # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath.
2+
"hadoop/hadoop" = "3.4.2"
33
java-base = "17"
44
java-devel = "17"
5-
hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector.
5+
hbase = "2.6.3"
66
vector = "0.49.0"
77

88
[versions."3.5.6".build-arguments]
99
python-version = "3.11"
10-
aws-java-sdk-bundle-version = "2.24.6" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1
11-
azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1
12-
azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
13-
jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
14-
stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15-
woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
10+
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
11+
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
12+
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
13+
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.6
14+
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15+
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1616
jmx-exporter-version = "1.3.0"
1717
tini-version = "0.19.0"
1818
hbase-connector-version = "1.0.1"
1919

2020
[versions."3.5.7".local-images]
21-
"hadoop/hadoop" = "3.4.1" # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath.
21+
"hadoop/hadoop" = "3.4.2"
2222
java-base = "17"
2323
java-devel = "17"
24-
hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector.
24+
hbase = "2.6.3"
2525
vector = "0.49.0"
2626

2727
[versions."3.5.7".build-arguments]
2828
python-version = "3.11"
29-
aws-java-sdk-bundle-version = "2.24.6" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1
30-
azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1
31-
azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
32-
jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
33-
stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
34-
woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
29+
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
30+
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
31+
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
32+
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
33+
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
34+
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3535
jmx-exporter-version = "1.3.0"
3636
tini-version = "0.19.0"
3737
hbase-connector-version = "1.0.1"
3838

3939
[versions."4.0.1".local-images]
40-
"hadoop/hadoop" = "3.4.1"
40+
"hadoop/hadoop" = "3.4.2"
4141
java-base = "17"
4242
java-devel = "17"
43-
hbase = "2.6.2"
43+
hbase = "2.6.3"
4444
vector = "0.49.0"
4545

4646
[versions."4.0.1".build-arguments]
4747
python-version = "3.11"
48-
aws-java-sdk-bundle-version = "2.24.6"
49-
azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4
50-
azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
51-
jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1
52-
stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
53-
woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
48+
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
49+
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
50+
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
51+
jackson-dataformat-xml-version = "2.18.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/4.0.1
52+
stax2-api-version = "4.2.2" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
53+
woodstox-core-version = "7.0.0" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
5454
jmx-exporter-version = "1.3.0"
5555
tini-version = "0.19.0"
56-
hbase-connector-version = "1.0.1" # This is not supported in Spark 4 yet.
56+
hbase-connector-version = "1.0.1" # This is not supported in Spark 4 yet.

0 commit comments

Comments
 (0)