Skip to content

eddies/homebrew-spark-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

homebrew-spark-tap

Homebrew tap for archived versions of Apache Spark

Installation

brew tap eddies/spark-tap
brew install apache-spark@VERSION_NUMBER

If you need to set SPARK_HOME, use $(brew --prefix apache-spark@VERSION_NUMBER)/libexec, e.g.:

export SPARK_HOME=$(brew --prefix [email protected])/libexec

List available versions

brew search apache-spark@

Contributing a new version

PRs welcome!

In general, try to base your PR on an apache-spark formula from homebrew/core, substituting the url mirror in the formula with one from https://archive.apache.org/dist/spark/.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages