Skip to content

Commit

Permalink
spark33: Add version 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mauch committed Apr 10, 2024
1 parent c8c9512 commit 26d6b21
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/spark33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "3.3.4",
"description": "A unified analytics engine for large-scale data processing.",
"homepage": "https://spark.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://archive.apache.org/dist/spark/spark-3.3.4/spark-3.3.4-bin-hadoop3.tgz",
"hash": "sha512:a3874e340a113e95898edfa145518648700f799ffe2d1ce5dde7743e88fdf5559d79d9bcb1698fdfa5296a63c1d0fc4c8e32a93529ed58cd5dcf0721502a1fc7",
"extract_dir": "spark-3.3.4-bin-hadoop3",
"env_add_path": "bin",
"env_set": {
"SPARK_HOME": "$dir"
},
"persist": "conf",
"checkver": {
"url": "https://archive.apache.org/dist/spark/",
"regex": "spark-3.3.([\\d])",
"reverse": true,
"replace": "3.3.${1}"
},
"autoupdate": {
"url": "https://archive.apache.org/dist/spark/spark-$version/spark-$version-bin-hadoop3.tgz",
"hash": {
"url": "$url.sha512",
"regex": "$basename: ([A-F0-9\\s]+)$"
},
"extract_dir": "spark-$version-bin-hadoop3"
}
}

0 comments on commit 26d6b21

Please sign in to comment.