This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class InstallSpark240 < Formula | |
| desc "Engine for large-scale data processing" | |
| homepage "https://spark.apache.org/" | |
| url "https://archive.apache.org/dist/spark/spark-2.4.0/spark-2.4.0-bin-hadoop2.7.tgz" | |
| version "2.4.0" | |
| sha256 "c93c096c8d64062345b26b34c85127a6848cff95a4bb829333a06b83222a5cfa" | |
| head "https://github.com/apache/spark.git" | |
| bottle :unneeded |