Skip to content

Commit 0816bb3

Browse files
authored
Add spark 2.4.8 support (#994)
1 parent e5b90de commit 0816bb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,6 @@ stages:
186186
- '2.4.5'
187187
- '2.4.6'
188188
- '2.4.7'
189+
- '2.4.8'
189190
- '3.0.0'
190191
- '3.0.1'

src/scala/microsoft-spark-2-4/src/main/scala/org/apache/spark/deploy/dotnet/DotnetRunner.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object DotnetRunner extends Logging {
3737
private val DEBUG_PORT = 5567
3838
private val supportedSparkMajorMinorVersionPrefix = "2.4"
3939
private val supportedSparkVersions =
40-
Set[String]("2.4.0", "2.4.1", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7")
40+
Set[String]("2.4.0", "2.4.1", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.8")
4141

4242
val SPARK_VERSION = DotnetUtils.normalizeSparkVersion(spark.SPARK_VERSION)
4343

0 commit comments

Comments
 (0)