forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spark-without-hadoop.json
29 lines (29 loc) · 1.07 KB
/
spark-without-hadoop.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
{
"version": "3.3.0",
"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://www.apache.org/dist/spark/spark-3.3.0/spark-3.3.0-bin-without-hadoop.tgz",
"hash": "sha512:ab8ba5cd9effda459878ff08d55f08e5a3f8d9d95b01747ada3d2d5fc46ac82aeb0ee0e878708e0f8bbb88b6dc73464425ff5ba1769322770802e5ef46ff1cac",
"extract_dir": "spark-3.3.0-bin-without-hadoop",
"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://www.apache.org/dist/spark/spark-$version/spark-$version-bin-without-hadoop.tgz",
"hash": {
"url": "$url.sha512",
"regex": "$basename: ([A-F0-9\\s]+)$"
},
"extract_dir": "spark-$version-bin-without-hadoop"
}
}