amreus f02f1cc402
(chore): Remove oraclejdk references (#3106)
* remove oraclejdk references

* remove oraclejdk reference

* remove oraclejdk reference

* replace single item arrays with simple strings
2021-12-19 21:11:25 +05:30

30 lines
1.0 KiB
JSON

{
"version": "3.2.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.2.0/spark-3.2.0-bin-hadoop2.7.tgz",
"hash": "sha512:f20d853cfd1e0e2ba1378b11f1ce6fd9fd546ee072724667853456efffa11926f5feaf08da49aa2c0c0775813cbd82e24239961d6a976bce14e15aec3d6d1ac4",
"extract_dir": "spark-3.2.0-bin-hadoop2.7",
"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-hadoop2.7.tgz",
"hash": {
"url": "$url.sha512",
"regex": "$basename: ([A-F0-9\\s]+)$"
},
"extract_dir": "spark-$version-bin-hadoop2.7"
}
}