forked from idirze/spark-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reference-versions.yml
50 lines (48 loc) · 1.71 KB
/
reference-versions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Copyright 2024 tosit.io
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
### REFERENCE MATRIX VERSIONS ##############################
#### !!! DOT NOT DELETE ANY ELEMENT !!! ####################
######## APPEND ONLY WHEN NEW SPARK VERSION IS REALEASED ###
############ USED AS REFERENCE DURING BUILD ################
versions:
# Maximum python version supported by spark-3.2.x: 3.9
# Java support: 8/11
- python_version: 3.9
spark_version: [3.2.1, 3.2.2, 3.2.3, 3.2.4]
java_version: [11]
scala_version: [2.12, 2.13]
hadoop_version: 3.2
# Maximum python version supported by spark-3.3.x: 3.10
# Java support: 8/11/17
- python_version: '3.10'
spark_version: [3.3.1, 3.3.2, 3.3.3, 3.3.4]
java_version: [17]
scala_version: [2.12, 2.13]
hadoop_version: 3
# Maximum python version supported by spark-3.4.x: 3.11
# Java support: 8/11/17
- python_version: 3.11
spark_version: [3.4.1, 3.4.2]
java_version: [17]
scala_version: [2.12, 2.13]
hadoop_version: 3
# https://spark.apache.org/releases/spark-release-3-5-0.html
# Minimum supported java version: 17/21
- python_version: 3.11
spark_version: [3.5.0]
java_version: [17]
scala_version: [2.12, 2.13]
hadoop_version: 3