markddavidoff / homebrew-spark-tap

Homebrew tap for Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 apache-spark@2.2.0)/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/.

About

Homebrew tap for Apache Spark

License:Apache License 2.0


Languages

Language:Ruby 100.0%