mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.4.1",
 | 
						|
    "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://www.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3.tgz",
 | 
						|
    "hash": "sha512:5a21295b4c3d1d3f8fc85375c711c7c23e3eeb3ec9ea91778f149d8d321e3905e2f44cf19c69a28df693cffd536f7316706c78932e7e148d224424150f18b2c5",
 | 
						|
    "extract_dir": "spark-3.4.1-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://www.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"
 | 
						|
    }
 | 
						|
}
 |