Skip to content

Commit

Permalink
Adding Spark 3.5.2 support in auto tuner for EMR (#1466)
Browse files Browse the repository at this point in the history
Signed-off-by: mattahrens <[email protected]>
  • Loading branch information
mattahrens authored Dec 16, 2024
1 parent 9564d0b commit aa59d20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ class AutoTuner(
}
} else if (sparkVersion.contains("amzn")) {
sparkVersion match {
case ver if ver.contains("3.5.2") => "352"
case ver if ver.contains("3.5.1") => "351"
case ver if ver.contains("3.5.0") => "350"
case ver if ver.contains("3.4.1") => "341"
Expand Down

0 comments on commit aa59d20

Please sign in to comment.