2026-01-08 04:33:42 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.1.0",
"description": "A unified analytics engine for large-scale data processing.",
"homepage": "https://spark.apache.org/",
"license": "Apache-2.0",
"notes": "Spark now comes with Hadoop 3. For the version with Hadoop 2, please install spark-hadoop2 from the Versions bucket.",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://dlcdn.apache.org/spark/spark-4.1.0/spark-4.1.0-bin-hadoop3.tgz",
"hash": "sha512:fff7f929d98779b096a2d2395b1b9db1ce277660f3852dd45e1457c373013f2669074315252181a3cea291d8f3a726c70f7f9b247e723edbf8080f40888edde1",
"extract_dir": "spark-4.1.0-bin-hadoop3",
"env_add_path": "bin",
"env_set": {
"SPARK_HOME": "$dir"
},
"persist": "conf",
"checkver": {
"url": "https://spark.apache.org/downloads.html",
"regex": "version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://dlcdn.apache.org/spark/spark-$version/spark-$version-bin-hadoop3.tgz",
"hash": {
"url": "$url.sha512",
"regex": "$basename: ([A-F0-9\\s]+)$"
},
"extract_dir": "spark-$version-bin-hadoop3"
}
}