Skip to content

Commit

Permalink
Set Spark version to 3.4.2 by default for onprem environment
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>

Followup on #1326 to set the default spark version to 3.4.2 for onPrem
to avoid the bug described in #1316 without need to do something on
customer side.
  • Loading branch information
amahussein committed Sep 24, 2024
1 parent 14a4213 commit d28c5fe
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"deployMode": {
"LOCAL": {
"//activeBuildVer": "Define this key in order to set the default buildVer for that platform",
"activeBuildVer": "342",
"350": [
{
"name": "Apache Spark",
Expand All @@ -13,6 +13,16 @@
"size": 400395283
}
],
"342": [
{
"name": "Apache Spark",
"uri": "https://archive.apache.org/dist/spark/spark-3.4.2/spark-3.4.2-bin-hadoop3.tgz",
"type": "archive",
"relativePath": "jars/*",
"sha512": "c9470a557c96fe899dd1c9ea8d0dda3310eaf0155b2bb972f70a6d97fee8cdaf838b425c30df3d5856b2c31fc2be933537c111db72d0427eabb76c6abd92c1f1",
"size": 388664780
}
],
"333": [
{
"name": "Apache Spark",
Expand Down

0 comments on commit d28c5fe

Please sign in to comment.