Skip to content

Commit c7289f3

Browse files
authored
feat(spark): Add support for 3.5.1 (#588)
* feat(spark): Add support for 3.5.1 * changelog * document commend to load Apache PGP keys * fix links * fix links * changelog
1 parent f094fbf commit c7289f3

12 files changed

+29
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535
- hadoop: Add hdfs-utils ([#566]).
3636
- testing-tools: add pytest `8.0.1` ([#575]).
3737
- trino-cli: Command line for Trino version 440 ([#587])
38+
- spark: Add version `3.5.1` ([#588]).
3839

3940
### Changed
4041

@@ -107,6 +108,7 @@ All notable changes to this project will be documented in this file.
107108
[#579]: https://github.com/stackabletech/docker-images/pull/579
108109
[#585]: https://github.com/stackabletech/docker-images/pull/585
109110
[#587]: https://github.com/stackabletech/docker-images/pull/587
111+
[#588]: https://github.com/stackabletech/docker-images/pull/588
110112

111113
## [23.11.0] - 2023-11-30
112114

conf.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,23 @@
298298
"jmx_exporter": "0.20.0",
299299
"tini": "0.19.0",
300300
},
301+
{
302+
"product": "3.5.1",
303+
"spark": "3.5.1",
304+
"java-base": "11",
305+
"python": "3.11",
306+
"hadoop_short_version": "3",
307+
"hadoop_long_version": "3.3.4", # https://github.com/apache/spark/blob/6a5747d66e53ed0d934cdd9ca5c9bd9fde6868e6/pom.xml#L125
308+
"aws_java_sdk_bundle": "1.12.262", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.4
309+
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4
310+
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
311+
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1
312+
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
313+
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
314+
"vector": "0.35.0",
315+
"jmx_exporter": "0.20.0",
316+
"tini": "0.19.0",
317+
},
301318
],
302319
},
303320
{

druid/upload_new_druid_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ! (sha512sum "${bin_file}" | cut -d " " -f 1 | diff -Z - "${bin_file}.sha512"
4444
fi
4545

4646
echo "Validating signature"
47-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://www.apache.org/dist/druid/KEYS) to GPG: https://www.apache.org/info/verification.html'
47+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://www.apache.org/dist/druid/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://archive.apache.org/dist/spark/KEYS | gpg --import")'
4848

4949
if ! (gpg --verify "${bin_file}.asc" "${bin_file}" 2> /dev/null); then
5050
echo "ERROR: The signature could not be verified"

hadoop/upload_new_hadoop_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ! (sha512sum --tag "$bin_file" | diff - "$bin_file.sha512" && sha512sum --tag
5151
fi
5252

5353
echo "Validating signatures"
54-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://archive.apache.org/dist/hadoop/common/KEYS) to GPG: https://www.apache.org/info/verification.html'
54+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://archive.apache.org/dist/hadoop/common/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://archive.apache.org/dist/hadoop/common/KEYS | gpg --import")'
5555

5656
if ! (gpg --verify "$bin_file.asc" "$bin_file" 2> /dev/null && gpg --verify "$src_file.asc" "$src_file" 2> /dev/null); then
5757
echo "ERROR: One of the signatures could not be verified"

hbase/upload_new_hbase-operator-tools_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ! (gpg --print-md SHA512 "$src_file" | diff - "$src_file.sha512"); then
4747
fi
4848

4949
echo "Validating signatures"
50-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html'
50+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://downloads.apache.org/hbase/KEYS | gpg --import")'
5151
if ! (gpg --verify "$src_file.asc" "$src_file" 2> /dev/null); then
5252
echo "ERROR: One of the signatures could not be verified"
5353
exit 1

hbase/upload_new_hbase_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if ! (gpg --print-md SHA512 "$bin_file" | diff - "$bin_file.sha512" && gpg --pri
5353
fi
5454

5555
echo "Validating signatures"
56-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html'
56+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://downloads.apache.org/hbase/KEYS | gpg --import")'
5757
if ! (gpg --verify "$bin_file.asc" "$bin_file" 2> /dev/null && gpg --verify "$src_file.asc" "$src_file" 2> /dev/null); then
5858
echo "ERROR: One of the signatures could not be verified"
5959
exit 1

hive/upload_new_hive_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ! (sha256sum "${bin_file}" | diff - "${bin_file}.sha256"); then
4444
fi
4545

4646
echo "Validating signatures"
47-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://dlcdn.apache.org/hive/KEYS) to GPG: https://www.apache.org/info/verification.html'
47+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://dlcdn.apache.org/hive/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://dlcdn.apache.org/hive/KEYS | gpg --import")'
4848

4949
if ! (gpg --verify "$bin_file.asc" "$bin_file" 2> /dev/null); then
5050
echo "ERROR: Signature could not be verified"

hive/upload_new_postgres_driver_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if ! (sha1sum -c ${bin_file}.sha1 && sha1sum -c ${src_file}.sha1); then
5555
fi
5656

5757
echo "Validating signatures"
58-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://raw.githubusercontent.com/pgjdbc/pgjdbc/master/KEYS) to GPG: https://www.apache.org/info/verification.html'
58+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://raw.githubusercontent.com/pgjdbc/pgjdbc/master/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://raw.githubusercontent.com/pgjdbc/pgjdbc/master/KEYS | gpg --import")'
5959

6060
if ! (gpg --verify "${bin_file}.asc" "${bin_file}" 2> /dev/null && gpg --verify "${src_file}.asc" "${src_file}" 2> /dev/null); then
6161
echo "ERROR: One of the signatures could not be verified"

kafka/upload_new_kafka_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ! (gpg --print-md SHA512 "${bin_file}" | diff - "${bin_file}.sha512" ); then
4444
fi
4545

4646
echo "Validating signature"
47-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/kafka/KEYS) to GPG: https://www.apache.org/info/verification.html'
47+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/kafka/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://downloads.apache.org/kafka/KEYS | gpg --import")'
4848

4949
if ! (gpg --verify "${bin_file}.asc" "${bin_file}" 2> /dev/null); then
5050
echo "ERROR: The signature could not be verified"

nifi/upload_new_nifi_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ! (sha512sum "$bin_file" | cut -d ' ' -f 1 | diff - "$bin_file.sha512"); then
4545
fi
4646

4747
echo "Validating signatures"
48-
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://archive.apache.org/dist/nifi/common/KEYS) to GPG: https://www.apache.org/info/verification.html'
48+
echo '--> NOTE: Make sure you have downloaded and added the KEYS file (https://archive.apache.org/dist/nifi/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://archive.apache.org/dist/nifi/KEYS | gpg --import")'
4949

5050
if ! (gpg --verify "$bin_file.asc" "$bin_file" 2> /dev/null); then
5151
echo "ERROR: One of the signatures could not be verified"

0 commit comments

Comments
 (0)