-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathspark.json
30 lines (30 loc) · 1.17 KB
/
spark.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "3.5.5",
"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-3.5.5/spark-3.5.5-bin-hadoop3.tgz",
"hash": "sha512:ec5ff678136b1ff981e396d1f7b5dfbf399439c5cb853917e8c954723194857607494a89b7e205fce988ec48b1590b5caeae3b18e1b5db1370c0522b256ff376",
"extract_dir": "spark-3.5.5-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"
}
}