Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 730 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 730 Bytes

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/.